..
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
Re-apply r45839; got lost during move of cling
2012-09-05 15:35:00 +00:00
DeclCollector.cpp
* Implement interpreter callbacks, which the Interpreter owns.
2012-10-02 10:30:25 +00:00
DeclCollector.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
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
* Remove the craftwork from dealing with setting callbacks.
2012-10-03 12:40:41 +00:00
DynamicLookup.h
Clarify ownership.
2012-10-04 15:44:50 +00:00
ExecutionContext.cpp
Add tests for Interpreter::getAddressOfGlobal().
2012-09-24 15:16:36 +00:00
ExecutionContext.h
Cache MangleContext as a private member of the interpreter, so we don't have to re-create it all the time.
2012-09-24 12:11:46 +00:00
IncrementalParser.cpp
Don't enable/disable incremental processing every time we parse. Just set it once and forever.
2012-10-04 13:09:52 +00:00
IncrementalParser.h
* Implement interpreter callbacks, which the Interpreter owns.
2012-10-02 10:30:25 +00:00
Interpreter.cpp
Don't enable/disable incremental processing every time we parse. Just set it once and forever.
2012-10-04 13:09:52 +00:00
InvocationOptions.cpp
Update llvm / clang to r165095.
2012-10-03 09:45:56 +00:00
LookupHelper.cpp
Update llvm / clang to r165095.
2012-10-03 09:45:56 +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
Transaction.cpp
* Implement interpreter callbacks, which the Interpreter owns.
2012-10-02 10:30:25 +00:00
TransactionTransformer.h
* Implement interpreter callbacks, which the Interpreter owns.
2012-10-02 10:30:25 +00:00
ValuePrinter.cpp
One more const-correctness fix
2012-10-04 06:53:23 +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
* Implement interpreter callbacks, which the Interpreter owns.
2012-10-02 10:30:25 +00:00
ValuePrinterSynthesizer.h
Get rid of interpreter pointer in one of the transformers.
2012-09-18 13:13:22 +00:00