cling/lib/Interpreter
Vassil Vassilev f022ae876f In principle this cannot happen because it is our controlled environment. However
one extra assertion doesn't hurt. (cid #47047)


git-svn-id: http://root.cern.ch/svn/root/trunk@46537 27541ba8-7e3a-0410-8455-c3a389f83636
2012-10-14 15:04:47 +00:00
..
ASTDumper.cpp * Implement interpreter callbacks, which the Interpreter owns. 2012-10-02 10:30:25 +00:00
ASTDumper.h Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
ASTNodeEraser.cpp * Implement interpreter callbacks, which the Interpreter owns. 2012-10-02 10:30:25 +00:00
ASTNodeEraser.h Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
CIFactory.cpp Enable Modules by default for cling. 2012-09-24 13:52:26 +00:00
CMakeLists.txt Add the InterpreterCallbacks.cpp to cmake build system. 2012-10-09 10:29:44 +00:00
DeclCollector.cpp * Implement interpreter callbacks, which the Interpreter owns. 2012-10-02 10:30:25 +00:00
DeclCollector.h Adapt to the newest changes in clang (in dyn_cast/isa support). 2012-10-13 15:04:49 +00:00
DeclExtractor.cpp * Implement interpreter callbacks, which the Interpreter owns. 2012-10-02 10:30:25 +00:00
DeclExtractor.h Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
DynamicExprInfo.cpp Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
DynamicLookup.cpp In principle this cannot happen because it is our controlled environment. However 2012-10-14 15:04:47 +00:00
DynamicLookup.h * SymbolResolverCallback should create DynamicIDHandler as its InterpreterExternalSemaSource. 2012-10-10 15:50:17 +00:00
ExecutionContext.cpp Be more verbose about missing symbols. 2012-10-07 11:53:16 +00:00
ExecutionContext.h Add cling::StoredValueRef: a ref-counted value with automatic storage management. 2012-10-05 12:09:51 +00:00
IncrementalParser.cpp No need to enable/disable, check for enabled/disabled callback. Either they are 2012-10-10 14:50:45 +00:00
IncrementalParser.h * Implement interpreter callbacks, which the Interpreter owns. 2012-10-02 10:30:25 +00:00
Interpreter.cpp The external sema source should be set in the constructor of the interpreter 2012-10-14 14:20:08 +00:00
InterpreterCallbacks.cpp The external sema source should be set in the constructor of the interpreter 2012-10-14 14:20:08 +00:00
InvocationOptions.cpp Update llvm / clang to r165095. 2012-10-03 09:45:56 +00:00
LookupHelper.cpp Indeed decl must not be null (coverity id #47522) 2012-10-14 14:43:29 +00:00
Makefile Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
MultiplexExternalSemaSource.cpp Add sensible constructor. 2012-10-04 16:03:05 +00:00
StoredValueRef.cpp Fix warning (un/signed comparison) 2012-10-12 14:28:12 +00:00
Transaction.cpp In priciple this could happen, but in practice it cannot. Nevertheless fix it and 2012-10-14 14:36:40 +00:00
TransactionTransformer.h * Implement interpreter callbacks, which the Interpreter owns. 2012-10-02 10:30:25 +00:00
ValuePrinter.cpp Add cling::StoredValueRef: a ref-counted value with automatic storage management. 2012-10-05 12:09:51 +00:00
ValuePrinterInfo.cpp Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
ValuePrinterSynthesizer.cpp Initialize the variable to avoid dereferencing 0 (cid #47244) 2012-10-14 14:53:39 +00:00
ValuePrinterSynthesizer.h Get rid of interpreter pointer in one of the transformers. 2012-09-18 13:13:22 +00:00