An error occurred while retrieving diff files
Create a virtual file entry for each input line.
This is the only way not to confuse the diagnostics engine of upgraded clang. Also, this gives us a few advantages: * We can compare more precisely the source locations of diagnostics; * We can merge the code completion code path which works with file entries; * We can rely better when specifying //expected-note-s in different files.
Showing
- interpreter/cling/lib/Interpreter/ClangInternalState.cpp 4 additions, 1 deletioninterpreter/cling/lib/Interpreter/ClangInternalState.cpp
- interpreter/cling/lib/Interpreter/IncrementalParser.cpp 8 additions, 14 deletionsinterpreter/cling/lib/Interpreter/IncrementalParser.cpp
- interpreter/cling/test/Autoloading/Incomplete.C 1 addition, 2 deletionsinterpreter/cling/test/Autoloading/Incomplete.C
- interpreter/cling/test/CodeUnloading/Simple.C 1 addition, 2 deletionsinterpreter/cling/test/CodeUnloading/Simple.C
- interpreter/cling/test/Driver/NoStdInc.C 1 addition, 1 deletioninterpreter/cling/test/Driver/NoStdInc.C
- interpreter/cling/test/ErrorRecovery/ABI.C 1 addition, 1 deletioninterpreter/cling/test/ErrorRecovery/ABI.C
- interpreter/cling/test/ErrorRecovery/MacroExpansion.C 2 additions, 2 deletionsinterpreter/cling/test/ErrorRecovery/MacroExpansion.C
- interpreter/cling/test/Interfaces/evaluate.C 2 additions, 2 deletionsinterpreter/cling/test/Interfaces/evaluate.C
- interpreter/cling/test/Pragmas/load.C 2 additions, 1 deletioninterpreter/cling/test/Pragmas/load.C
- interpreter/cling/test/Prompt/Redeclarations.C 6 additions, 6 deletionsinterpreter/cling/test/Prompt/Redeclarations.C
- interpreter/cling/test/Prompt/ValuePrinter/Regression.C 1 addition, 1 deletioninterpreter/cling/test/Prompt/ValuePrinter/Regression.C
Loading
Please register or sign in to comment