..
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
Move Autoloading State information from Interpreter to Callback: Also, use the TransactionCommitted callback instead of a transformation Disable AutoloadingTransform in IncrementalParser for now.
2014-07-22 14:52:02 +02:00
AutoloadingTransform.h
Transformation-Callback Pipeline for Decls needing special handling (when defining after being forward declared.)
2014-07-22 14:52:02 +02: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
BackendPass.cpp
Fix warning; be explicit about overriding the overload.
2014-03-28 16:13:00 +01: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
Fix input files processing (cling foo.c should work now)
2014-05-02 19:01:01 +02:00
ClangInternalState.cpp
Implement FileManager uncaching.
2014-03-19 14:52:21 +01:00
CMakeLists.txt
Generation of forward declarations of top level decls in an input file.
2014-06-23 14:37:03 +02:00
DeclCollector.cpp
Reduce includes.
2014-03-24 14:25:58 +01:00
DeclCollector.h
Fix license; remove $Id$ version.
2014-01-07 11:14:04 +01:00
DeclExtractor.cpp
Since we append the extracted decls in the transaction the wrapper must go last.
2014-03-14 10:52:29 +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
Use actual class name to make it easier to find the source of errors.
2014-04-16 17:41:08 +02:00
DynamicLookup.cpp
Improve SLoc and output for dynscope errors (more ROOT-6365).
2014-07-02 12:15:01 +02:00
DynamicLookup.h
If we don't have the information about the type of the RHS report an and exit.
2014-05-28 12:11:57 +02:00
ForwardDeclPrinter.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
ForwardDeclPrinter.h
Skip functions and vars with nested types and new failing enum tests
2014-07-22 14:52:02 +02:00
IncrementalExecutor.cpp
Silence a warning.
2014-06-13 09:19:57 +02:00
IncrementalExecutor.h
Use the more user-friendly clang diagnostics engine to produce execution errors.
2014-06-04 09:20:09 +02:00
IncrementalParser.cpp
Move Autoloading State information from Interpreter to Callback: Also, use the TransactionCommitted callback instead of a transformation Disable AutoloadingTransform in IncrementalParser for now.
2014-07-22 14:52:02 +02:00
IncrementalParser.h
Accessor to current transaction, useful e.g. for callbacks.
2014-05-14 15:32:58 +02:00
Interpreter.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
InterpreterCallbacks.cpp
Transformation-Callback Pipeline for Decls needing special handling (when defining after being forward declared.)
2014-07-22 14:52:02 +02:00
InvocationOptions.cpp
Fix input files processing (cling foo.c should work now)
2014-05-02 19:01:01 +02:00
LookupHelper.cpp
No vector for time-critical i'faces; use SmallVectorImpl in libCling i'faces.
2014-04-01 18:31:59 +02:00
Makefile
Add new dependency.
2014-03-08 19:05:02 +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
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
Implement dump of MacroDirectiveInfo.
2014-03-31 14:03:08 +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
Fix license; remove $Id$ version.
2014-01-07 11:14:04 +01:00
TransactionUnloader.cpp
Fix warning.
2014-04-22 10:53:56 +02:00
TransactionUnloader.h
Implement dump of MacroDirectiveInfo.
2014-03-31 14:03:08 +02:00
Value.cpp
We don't need the ValuePrinter.h
2014-05-21 18:11:58 +02:00
ValueExtractionSynthesizer.cpp
Value extraction checking for deleted copy ctor (ROOT-6385).
2014-06-17 14:41:28 +02:00
ValueExtractionSynthesizer.h
Run caching before using the cached vars.
2014-04-04 15:22:00 +02:00
ValuePrinter.cpp
Try to fix const-cast warning.
2014-06-15 10:04:02 +02:00
ValuePrinterSynthesizer.cpp
Expand 'properly' VPAuto into whatever the value printer synthesizer desided to do.
2014-05-19 16:05:57 +02:00
ValuePrinterSynthesizer.h
No need to synthesize anything anymore.
2014-05-18 18:08:58 +02:00