cling/test/Interfaces
Vassil Vassilev 8f257e74d3 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.
2017-06-08 10:29:13 +02:00
..
Paths Don't call clang::ApplyHeaderSearchOptions from Interpreter::AddIncludePaths. 2016-08-18 15:44:18 +02:00
address_lib.c Add CLING_EXPORT macro. 2016-12-12 12:44:09 +01:00
address.C Add CLING_EXPORT macro. 2016-12-12 12:44:09 +01:00
compileFunc.C Windows: Fix various test failures. 2016-12-12 12:44:09 +01:00
echo.C Rewire the dumping on cling::Value to its new implementation. 2014-05-18 18:08:58 +02:00
evaluate.C Create a virtual file entry for each input line. 2017-06-08 10:29:13 +02:00
execute.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
invocationFlags.C Windows: Interpret -nostdinc++ as -nostdinc which clang does not use on Windows backend. Fixes ABI and NoStdInc tests. 2017-02-17 15:14:06 +01:00
Macro.C Add Interpreter::getMacroValue method. 2017-03-23 15:59:04 +01:00
paths.C Windows: Fix various test failures. 2016-12-12 12:44:09 +01:00
transactionReuse.C Remove .rawInput from a variety of tests to test unwrapped function input. 2016-09-05 12:44:13 +02:00