cling/lib
Raphael Isemann c41a49dabb Multiplex the ExternalASTSource in cling
We need to respect the existing ExternalASTSource when setting up the
interpreter. Otherwise the ASTReader (which is the existing source)
doesn't receive the required callbacks to properly load C++ modules.

This patch now creates a multiplexer that contains our new
ASTSource and the existing one if it's necessary. We also
no longer attach the existing sema source which seemingly
was only a workaround that only works for the special case
were the external sema source and the external AST source
are the same object.
2017-11-07 05:39:07 +01:00
..
Interpreter Multiplex the ExternalASTSource in cling 2017-11-07 05:39:07 +01:00
MetaProcessor file_magic went into its own header file. 2017-11-02 17:59:24 +01:00
UserInterface TextInput: Remove unused method. 2017-09-13 17:16:13 +02:00
Utils Fix the Visual Studio 2017 directory location (quick and dirty hack). To be reviewed 2017-10-05 17:59:08 +02:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00