cling/lib/Interpreter
Vassil Vassilev 06704a97fb Tabs.
2016-12-17 21:14:25 +01:00
..
ASTTransformer.cpp Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
ASTTransformer.h Add missing include / llvm-upgrade. 2016-06-15 14:14:33 +02:00
AutoloadCallback.cpp In AutoloadingVisitor use the top and direct header filename. 2016-11-18 01:29:09 +01:00
AutoSynthesizer.cpp Fix Coverity CID66882 - clash with parameter name. 2016-09-12 22:31:57 +02:00
AutoSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
BackendPasses.cpp Silence warnings. 2016-12-01 17:29:08 +01:00
BackendPasses.h Silence warnings. 2016-12-01 17:29:08 +01:00
CheckEmptyTransactionTransformer.cpp Simplify invocation of DeclUnloader::UnloadDecl(). 2016-06-26 18:59:08 +02:00
CheckEmptyTransactionTransformer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
CIFactory.cpp Add CLING_EXPORT macro. 2016-12-12 12:44:09 +01:00
ClangInternalState.cpp Make ClangInternalState more const correct. 2016-12-02 14:14:06 +01:00
ClingCodeCompleteConsumer.cpp Refactor 2016-07-18 14:29:14 +02:00
ClingPragmas.cpp Have .> cmd expand env-vars. Fixes OutputRedirect test on Windows. 2016-12-14 09:29:10 +01:00
ClingPragmas.h Add a cling pragma handler. For now implement #pragma cling load(file) 2015-02-18 14:51:21 +01:00
ClingUtils.h Remove code duplication 2015-04-17 02:50:36 +02:00
CMakeLists.txt Do not force non-unicode. 2016-11-30 10:14:12 +01:00
DeclCollector.cpp Unloaded declarations are now put back into CodeGen; no need to mark them used. 2016-11-07 13:02:51 +01:00
DeclCollector.h Unloaded declarations are now put back into CodeGen; no need to mark them used. 2016-11-07 13:02:51 +01:00
DeclExtractor.cpp Only refuse decl extraction if ill-formed; add test; move KnownFail out. 2016-07-21 15:59:24 +02:00
DeclExtractor.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
DeclUnloader.cpp Windows: Fix crash on aliased globals 2016-12-15 14:29:09 +01:00
DeclUnloader.h Windows: Avoid mangling Dtor_Comdat 2016-12-15 14:29:09 +01:00
DynamicExprInfo.cpp Windows: Fix printing adresses as hexadecimal. Refactor into common function. Remove useless intermediate allocations/objects. 2016-11-21 12:44:34 +01:00
DynamicLibraryManager.cpp Log progress adding environmental library paths. 2016-10-18 17:53:22 +02:00
DynamicLookup.cpp Only do DynLookup in functions with a body! 2016-09-02 09:42:14 +02:00
DynamicLookup.h DynLookup: annotate the wrapper instead of visiting it. 2016-08-31 18:14:13 +02:00
Exception.cpp Split Exception.cpp into a part that does and does not need RTTI. 2016-04-11 12:14:17 +02:00
ExceptionRTTI.cpp Move CompilationException into Interpreter library. 2016-09-09 09:29:49 +02:00
ExternalInterpreterSource.cpp Try std::unique_ptr for ClingATSImporter 2016-07-25 15:59:11 +02:00
ExternalInterpreterSource.h Fix Coverity CID68091 - missing member init. 2016-09-12 21:44:20 +02:00
ForwardDeclPrinter.cpp In ForwardDeclPrinter records both the top level header and the directly accessible lower level header (when different). 2016-11-18 01:29:09 +01:00
ForwardDeclPrinter.h Pass Preproc and ASTContext instead of Sema to forward decl printer. 2016-11-18 01:29:09 +01:00
IncrementalExecutor.cpp Tabs. 2016-12-17 21:14:25 +01:00
IncrementalExecutor.h Move BackendPasses to IncrementalExecutor. 2016-11-15 16:44:32 +01:00
IncrementalJIT.cpp Fixes issues where symbols can be improperly aligned for llvm::PointerIntPair Use std::pair instead of llvm::PointerIntPair. 2016-10-19 13:54:07 +02:00
IncrementalJIT.h Fixes issues where symbols can be improperly aligned for llvm::PointerIntPair Use std::pair instead of llvm::PointerIntPair. 2016-10-19 13:54:07 +02:00
IncrementalParser.cpp Move BackendPasses to IncrementalExecutor. 2016-11-15 16:44:32 +01:00
IncrementalParser.h Move BackendPasses to IncrementalExecutor. 2016-11-15 16:44:32 +01:00
Interpreter.cpp Add verbosity argument to ClangInternalState::compare. 2016-12-02 14:14:06 +01:00
InterpreterCallbacks.cpp Restrict dyn scopes to functions on global scope. 2016-09-01 15:11:22 +02:00
InvocationOptions.cpp Don't check if argument exists twice, and remove impossible else. 2016-09-16 21:39:49 +02:00
LookupHelper.cpp Only skipToEOF if needed. 2016-11-10 18:14:07 +01:00
MultiplexInterpreterCallbacks.h MultiplexInterpreterCallbacks: Also multiplex the PrintStackTrace through here. 2016-04-21 19:14:47 +02:00
NullDerefProtectionTransformer.cpp Fix cling when built for 32 bit architectures. 2016-08-15 15:29:11 +02:00
NullDerefProtectionTransformer.h Doxygen. 2016-04-22 12:29:14 +02:00
RequiredSymbols.cpp Update required symbol cling_runtime_internal_throwIfInvalidPointer. 2016-04-09 10:44:32 +02:00
Threading.h Coding conventions 2015-03-16 13:12:47 +01:00
Transaction.cpp Peek inside extern "C" declarations only after name hasn't been matched. Change initial for loop use != comparison rather than < 2016-09-30 10:14:28 +02:00
TransactionPool.h Update comments for TransactionPool. 2016-09-16 21:39:49 +02:00
TransactionUnloader.cpp Move DeclUnloader and ParserStateRAII into cling namespace. 2016-09-22 15:15:27 +02:00
TransactionUnloader.h Move DeclUnloader and ParserStateRAII into cling namespace. 2016-09-22 15:15:27 +02:00
Value.cpp Don't allocate a new string just for output. 2016-11-21 12:44:35 +01:00
ValueExtractionSynthesizer.cpp Fix size argument for runtime::copyArray. 2016-10-05 10:53:00 +02:00
ValueExtractionSynthesizer.h First commit for the Multiple Interpreters 2016-01-14 20:44:14 +01:00
ValuePrinter.cpp Revert previous change ("extern" was not the problem) 2016-12-01 17:14:05 +01:00
ValuePrinterSynthesizer.cpp Remove unused stream argument. 2016-10-05 10:53:00 +02:00
ValuePrinterSynthesizer.h Remove unused stream argument. 2016-10-05 10:53:00 +02:00