cling/test/Driver
Frederich Munch 4cdbc0461e Honor clangs -nostdinc++ and -nobuiltininc flags.
Rename AddHostCXXIncludes  to AddHostIncludes and delineate between -nostdinc++
and -nobuiltininc. When cling is invoked with -nobuiltininc, do not #include any runtime
files on startup.  Make ABI incompatability error consistent across platforms and add a test to verify behavior when this occurs.

More importantly this allow for easier debugging of Decl unloading as the amount of
declarations on startup is greatly reduced.

Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
2016-08-18 15:44:17 +02:00
..
args.C Adapt expectation to reality. 2015-04-03 21:58:12 +02:00
C.c No #include <new> in C mode; add basic C mode test (ROOT-7090). 2015-02-21 22:43:36 +01:00
CurrentDir.C Fix crash from possible null return from getcwd. 2016-08-12 14:29:07 +02:00
Init.C Do not rely on init_list intricacies. 2016-01-13 09:59:04 +01:00
Inputs.C On .x try calling the specially named function only if it exists. 2014-08-14 14:56:39 +02:00
NoStdInc.C Honor clangs -nostdinc++ and -nobuiltininc flags. 2016-08-18 15:44:17 +02:00
Shebang.C New printValue() integration (printing unified through overloading of printValue() function and template resolution). Modified tests to conform to the new prints. 2015-08-17 18:45:03 +02:00