cling/lib/Interpreter
Philippe Canal 39c7e56770 typo
2015-02-05 17:25:25 +01:00
..
AutoloadCallback.cpp typo 2015-02-05 17:25:25 +01:00
AutoloadingTransform.h Add file info and authors. 2014-08-14 14:56:41 +02:00
AutoSynthesizer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
AutoSynthesizer.h llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00
BackendPass.cpp More override fixes - thanks, clang! 2014-11-06 21:05:09 +01:00
BackendPass.h llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +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 Disable exceptions on Windows (until they are properly supported by clang) 2014-12-17 14:06:04 +01:00
ClangInternalState.cpp Show parsed (with open file handle?) versus deserialized. 2014-10-20 14:23:03 +02:00
CMakeLists.txt Remove AutoloadingTransform and use the TransactionCommitted callback 2014-08-21 17:07:02 +02:00
DeclCollector.cpp Add the ASTContext which will provide clang::Attr's operator new. 2014-09-29 16:03:04 +02:00
DeclCollector.h Mark implicit members coming from a PCH as used. 2014-09-29 15:51:10 +02:00
DeclExtractor.cpp Do not try to remove VD from the DeclContext lookup. 2014-08-14 14:56:43 +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 -> std::errc. 2014-08-14 14:56:38 +02:00
DynamicLookup.cpp InstantiationDependent is dependent, too; fix logic. (ROOT-6650) 2014-12-16 10:34:17 +01:00
DynamicLookup.h llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00
ForwardDeclPrinter.cpp Veto fwd decl of complex template default argument expressions. 2015-01-09 16:23:11 +01:00
ForwardDeclPrinter.h Decls as template params need to be buffered to their stream. 2014-09-23 20:56:07 +02:00
IncrementalExecutor.cpp Return 0 to signal missing symbols. 2014-10-22 19:16:06 +02:00
IncrementalExecutor.h Silence warning. Keep the FIXME visible :-) 2014-10-16 16:11:05 +02:00
IncrementalParser.cpp Use the end of the latest memory buffer as Diag pop point. 2015-01-23 16:24:14 +01:00
IncrementalParser.h Use the end of the latest memory buffer as Diag pop point. 2015-01-23 16:24:14 +01:00
Interpreter.cpp Protect from nullptr deref. 2015-01-29 14:24:29 +01:00
InterpreterCallbacks.cpp We do not own our ExternalSemaSource, it is ref-owned by Sema and ASTContext. 2014-10-01 14:24:13 +02:00
InvocationOptions.cpp llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00
LookupHelper.cpp Also store Parser paren numbers; likely fixes ROOT-6976: 2015-01-08 18:36:10 +01:00
Makefile Add new dependency. 2014-03-08 19:05:02 +01:00
MultiplexInterpreterCallbacks.h Fix new clang warning: missing override. 2014-11-06 18:00:05 +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 Request _ZN9__gnu_cxxL27__exchange_and_add_dispatchEPii, missing on some SLC6. 2015-01-29 10:55:32 +01:00
RuntimeException.cpp Need virtual d’tors (XCode warning) 2014-01-15 15:52:57 +01:00
Transaction.cpp Add file info and authors. 2014-08-14 14:56:41 +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 Ensure redecls are part of the chain when unloading (ROOT-6832). 2014-10-31 01:02:11 +01:00
TransactionUnloader.h Implement dump of MacroDirectiveInfo. 2014-03-31 14:03:08 +02:00
Value.cpp Use Module::getNamedValue() to check for existing symbols (ROOT-6909). 2014-12-15 15:40:05 +01:00
ValueExtractionSynthesizer.cpp Do not try to fixup return statements in lambdas. 2014-10-08 17:42:04 +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 llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00