Skip to content

WIP: Check for calls to non-const GetFullPath after refactoring

This merge request is solely for testing if !3757 (merged) might have introduced more instances calling GetFullPath on a non-const cmSourceFile. See also #19927 (closed). These changes are based on 2d888e33. By running the tests we can verify if merge !3757 (merged) missed to change yet unknown calls to GetFullPath (other than those already corrected in !3999 (merged)) at the point in time right after the merge. This merge request is not intended to be actually merged.

Merge request reports