cling/lib/Interpreter
2014-02-27 12:49:09 +01:00
..
ASTDumper.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
ASTDumper.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
ASTNodeEraser.cpp Fix a wrong init. 2014-02-27 12:49:09 +01:00
ASTNodeEraser.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
AutoSynthesizer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
AutoSynthesizer.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
CheckEmptyTransactionTransformer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
CheckEmptyTransactionTransformer.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
CIFactory.cpp Use LC_ALL to unfrenchify (ROOT-6017). 2014-02-05 16:51:51 +01:00
ClangInternalState.cpp When we have no module don't try to dump it. 2014-02-12 11:01:00 +01:00
CMakeLists.txt Make sure the /EHsc flag is properly set 2014-02-19 17:43:59 +01:00
DeclCollector.cpp Add support for C tentative definitions. 2014-02-06 14:50:57 +01:00
DeclCollector.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
DeclExtractor.cpp Mark all extracted decls used. 2014-02-19 15:59:01 +01:00
DeclExtractor.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
DynamicExprInfo.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
DynamicLibraryManager.cpp Fix iterators. 2014-02-06 14:51:00 +01:00
DynamicLookup.cpp Follow changes in llvm/clang. 2014-02-18 08:29:38 +01:00
DynamicLookup.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
IncrementalExecutor.cpp No llvm.global_dtors variable in the module. 2014-02-27 12:49:09 +01:00
IncrementalExecutor.h Bind cxa_atexit to the Transaction instead of the Decl. 2014-02-27 12:49:09 +01:00
IncrementalParser.cpp 80cols. 2014-02-20 10:36:10 +01:00
IncrementalParser.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
Interpreter.cpp Bind cxa_atexit to the Transaction instead of the Decl. 2014-02-27 12:49:09 +01:00
InterpreterCallbacks.cpp Follow changes in llvm/clang. 2014-02-18 08:29:38 +01:00
InvocationOptions.cpp Follow current clang/llvm Option syntax (late fix from llvm/clang upgrade). 2014-01-15 15:52:58 +01:00
IRDumper.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
IRDumper.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
LookupHelper.cpp Add switch for lookup diags; enable it for gDebug>5 (ROOT-6070, ROOT-6044). 2014-02-19 08:39:58 +01:00
Makefile Make sure the dir exists before creating cling-compiledata.h. 2014-01-23 17:03:53 +01:00
NullDerefProtectionTransformer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
NullDerefProtectionTransformer.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
RequiredSymbols.cpp Add switch for lookup diags; enable it for gDebug>5 (ROOT-6070, ROOT-6044). 2014-02-19 08:39:58 +01:00
RuntimeException.cpp Need virtual d’tors (XCode warning) 2014-01-15 15:52:57 +01:00
StoredValueRef.cpp Lay the foundations of return value alloc/noalloc. The JIT's runFunction is unreliable on 32 bit. Thus we provide a similar functionality in cling to deal with the cases where runFunction cannot. 2014-02-18 17:22:58 +01:00
Transaction.cpp Implement cling::Transaction unique id. 2014-02-20 15:16:59 +01:00
TransactionPool.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
TransactionTransformer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
TransactionTransformer.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
Value.cpp Rename ExecutionContext -> IncrementalExecutor 2014-02-19 12:55:00 +01:00
ValueExtractionSynthesizer.cpp Pass lvalues like declRefExpr as references into the cling::Value (ROOT-6107). 2014-02-26 09:22:04 +01:00
ValueExtractionSynthesizer.h Use a bit better (more descriptive) name. 2014-02-18 17:22:59 +01:00
ValuePrinter.cpp Stream refs by streaming the ref'ed object. 2014-02-26 09:22:05 +01:00
ValuePrinterInfo.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
ValuePrinterSynthesizer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
ValuePrinterSynthesizer.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00