cling/lib/Interpreter
2014-02-19 12:54:59 +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 Follow changes in llvm/clang. 2014-02-18 08:29:38 +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 Update cmake. 2014-02-18 18:19:09 +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 Follow changes in llvm/clang. 2014-02-18 08:29:38 +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
ExecutionContext.cpp Remove more redundant code 2014-02-19 12:54:59 +01:00
ExecutionContext.h Remove more redundant code 2014-02-19 12:54:59 +01:00
IncrementalParser.cpp Update all references of ReturnSynthesizer. 2014-02-18 17:22:59 +01:00
IncrementalParser.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
Interpreter.cpp Remove llvm::Type from the cling::Value 2014-02-19 12:54:59 +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 Add missing enum kind for the dump. 2014-02-10 11:20:57 +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 Remove llvm::Type from the cling::Value 2014-02-19 12:54:59 +01:00
ValueExtractionSynthesizer.cpp Improve encapsulation. Move ValueExtractionSynthesizer specifics to its implementation. Get rid of references to the interpreter class in the ExecutionContext. 2014-02-19 10:43:00 +01:00
ValueExtractionSynthesizer.h Use a bit better (more descriptive) name. 2014-02-18 17:22:59 +01:00
ValuePrinter.cpp Add libc++ name for std::string. 2014-01-28 18:21:55 +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