..
ASTDumper.cpp
v5 of patches.
2013-03-11 13:11:15 +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
Return unhappiness instead of crashing on broken redecl chains.
2013-03-06 11:30:07 +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
AutoSynthesizer.cpp
v5 of patches.
2013-03-11 13:11:15 +00:00
AutoSynthesizer.h
Implement support of implicit (C++11) auto keyword.
2013-02-27 15:28:38 +00:00
CIFactory.cpp
v5 of patches.
2013-03-11 13:11:15 +00:00
CMakeLists.txt
Update CMake
2013-03-01 16:22:32 +00:00
DeclCollector.cpp
Add two missing ASTConsumer interfaces to the DeclCollector.
2012-12-12 08:08:56 +00:00
DeclCollector.h
Add two missing ASTConsumer interfaces to the DeclCollector.
2012-12-12 08:08:56 +00:00
DeclExtractor.cpp
Remove spurious comment
2012-12-19 13:51:19 +00:00
DeclExtractor.h
Fix the order of static initialization in cling (eg: int i = 1; i++; int j =i;)
2012-12-19 10:56:30 +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
v5 of patches.
2013-03-11 13:11:15 +00:00
DynamicLookup.h
Adapt the code for the dynamic scope's lifetime handler. Its ctor has new signature
2013-03-08 00:32:55 +00:00
ExecutionContext.cpp
Reduce the amount of headers needed by the dynamic scopes at runtime:
2013-02-22 15:59:54 +00:00
ExecutionContext.h
Handle unresolved symbols in static initialization.
2012-11-20 16:24:02 +00:00
IncrementalParser.cpp
v5 of patches.
2013-03-11 13:11:15 +00:00
IncrementalParser.h
v5 of patches.
2013-03-11 13:11:15 +00:00
Interpreter.cpp
Add a deserialization listener: we do not receive all decls through the ASTConsumer interface.
2013-03-13 09:26:55 +00:00
InterpreterCallbacks.cpp
Prepare dynamic scopes for integration in ROOT;
2013-02-14 17:29:30 +00:00
InvocationOptions.cpp
Don't store Paths but strings. Reduces dependencies.
2013-02-25 13:14:24 +00:00
LookupHelper.cpp
Enhance the LookupHelper's findScope to return decls for non enum types.
2013-02-19 09:30:00 +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
v5 of patches.
2013-03-11 13:11:15 +00:00
RequiredSymbols.cpp
Hopefully last change to RequiredSymbols: given that they are required by the interpreter runtime they should all be symbols from libclingInterpreter. Move it there.
2012-11-02 08:11:24 +00:00
ReturnSynthesizer.cpp
Add missing second half of r47590
2012-11-23 08:30:04 +00:00
ReturnSynthesizer.h
Reduce fwd decls.
2013-02-25 10:19:15 +00:00
StoredValueRef.cpp
Reduce the amount of headers needed by the dynamic scopes at runtime:
2013-02-22 15:59:54 +00:00
Transaction.cpp
v5 of patches.
2013-03-11 13:11:15 +00:00
TransactionTransformer.cpp
Rollback the transaction if there is an error occurred in one of the transformers.
2012-10-26 12:56:49 +00:00
TransactionTransformer.h
Rollback the transaction if there is an error occurred in one of the transformers.
2012-10-26 12:56:49 +00:00
Value.cpp
GenericValue::op= is smart; it takes *this into account.
2013-02-26 11:14:05 +00:00
ValuePrinter.cpp
Do not print the address of the temporary value of an enum constants.
2013-03-07 23:29:10 +00:00
ValuePrinterInfo.cpp
Add value printing of namespace- or static member functions (i.e. not CXXMethods):
2012-12-02 16:47:34 +00:00
ValuePrinterSynthesizer.cpp
Simplify: don't loop over everything to find the WrapperFD but use the one stored in the transaction.
2012-11-11 12:47:05 +00:00
ValuePrinterSynthesizer.h
Simplify: don't loop over everything to find the WrapperFD but use the one stored in the transaction.
2012-11-11 12:47:05 +00:00