cling/lib/Interpreter
2014-08-14 14:56:35 +02:00
..
AutoloadCallback.cpp Prevent printing non-fixed enums Remove skipping of system headers Also, do not print default template arguments if they do not have a name. 2014-07-22 14:52:04 +02:00
AutoloadingTransform.cpp Remove a redundant member. 2014-07-22 15:48:02 +02:00
AutoloadingTransform.h Fix doxygen. 2014-07-23 15:57:01 +02:00
AutoSynthesizer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
AutoSynthesizer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
BackendPass.cpp Follow the updates in clang's BackendUtil, from where we copied our BackendPass. 2014-08-14 14:56:33 +02:00
BackendPass.h Fix doxygen. 2014-05-16 18:35:58 +02:00
CheckEmptyTransactionTransformer.cpp Move renaming. 2014-03-31 14:03:04 +02:00
CheckEmptyTransactionTransformer.h Replace the craftwork with the sophisticated node eraser. 2014-02-27 12:49:12 +01:00
CIFactory.cpp Use the shortcut to create the ASTContext. 2014-08-14 14:56:33 +02:00
ClangInternalState.cpp llvm::errc::success got changed to llvm::errc::no_such_file_or_directory. 2014-08-14 14:56:33 +02:00
CMakeLists.txt Make parameters/options from LLVM/CLANG as advanced (hide them from GUIs). Avoid rebuilding after a 'cmake'. 2014-08-13 16:08:36 +02:00
DeclCollector.cpp Reduce includes. 2014-03-24 14:25:58 +01:00
DeclCollector.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
DeclExtractor.cpp Follow llvm interface changes. 2014-08-14 14:56:34 +02:00
DeclExtractor.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
DynamicExprInfo.cpp Remove trailing spaces 2014-08-13 16:08:36 +02:00
DynamicLibraryManager.cpp llvm::errc::success got changed to llvm::errc::no_such_file_or_directory. 2014-08-14 14:56:33 +02:00
DynamicLookup.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
DynamicLookup.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
ForwardDeclPrinter.cpp Generate fwd decls from nested cling instance 2014-08-14 14:56:35 +02:00
ForwardDeclPrinter.h Generate fwd decls from nested cling instance 2014-08-14 14:56:35 +02:00
IncrementalExecutor.cpp Name got changed from _GLOBAL__I_a to _GLOBAL__sub_I__. 2014-08-14 14:56:35 +02:00
IncrementalExecutor.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
IncrementalParser.cpp SourceManager::createFileIDForMemBuffer -> SourceManager::createFileID. 2014-08-14 14:56:33 +02:00
IncrementalParser.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
Interpreter.cpp Generate fwd decls from nested cling instance 2014-08-14 14:56:35 +02:00
InterpreterCallbacks.cpp Remove trailing spaces 2014-08-13 16:08:36 +02:00
InvocationOptions.cpp Fix input files processing (cling foo.c should work now) 2014-05-02 19:01:01 +02:00
LookupHelper.cpp TypeResult::release -> TypeResult::get. 2014-08-14 14:56:34 +02:00
Makefile Add new dependency. 2014-03-08 19:05:02 +01:00
NullDerefProtectionTransformer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
NullDerefProtectionTransformer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
RequiredSymbols.cpp Added a function to attach the AutoloadCallback automatically 2014-07-22 14:52:03 +02:00
RuntimeException.cpp Need virtual d’tors (XCode warning) 2014-01-15 15:52:57 +01:00
Transaction.cpp Remove trailing spaces 2014-08-13 16:08:36 +02:00
TransactionPool.h Implement a debug mode for the transaction pool, which can be enabled in gdb. This happens by altering the m_Debug value. 2014-04-15 17:33:00 +02:00
TransactionTransformer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
TransactionTransformer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
TransactionUnloader.cpp Newest llvm has better protections. Implement in a more verbose way removal of redecls. 2014-08-14 14:56:34 +02:00
TransactionUnloader.h Implement dump of MacroDirectiveInfo. 2014-03-31 14:03:08 +02:00
Value.cpp Add include needed by CXXNullPtrLiteralExpr. 2014-08-14 14:56:34 +02:00
ValueExtractionSynthesizer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
ValueExtractionSynthesizer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
ValuePrinter.cpp Also print structs; add test. 2014-08-14 14:19:03 +02:00
ValuePrinterSynthesizer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
ValuePrinterSynthesizer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00