Open dbeer1 opened 2 years ago
Describe your changes The example code should use isInMainFile instead of isWrittenInMainFile. The former correctly checks if a location is in a file and handles things like #line directives and macros.
isInMainFile
isWrittenInMainFile
#line
Testing performed Build and test
Describe your changes The example code should use
isInMainFile
instead ofisWrittenInMainFile
. The former correctly checks if a location is in a file and handles things like#line
directives and macros.Testing performed Build and test