..
ASTTransformer.cpp
Rename ASTTransformer.h -> TransactionTransformer.h.
2015-03-16 15:24:52 +01:00
ASTTransformer.h
Only disable ptr checker, not all AST transformers!
2017-09-13 13:14:06 +02:00
AutoloadCallback.cpp
Preprocessor::LookupFile returns FileEntryRef.
2022-12-09 08:44:16 +01:00
AutoSynthesizer.cpp
Fix AutoSynthesizer on CXXTryStmt ( #9691 )
2022-01-26 14:44:08 +01:00
AutoSynthesizer.h
Rename ASTTransformer.h -> TransactionTransformer.h.
2015-03-16 15:24:52 +01:00
BackendPasses.cpp
ReuseExistingWeakSymbols: prevent stale symbol emission:
2021-11-12 16:14:06 +01:00
BackendPasses.h
Do not emit existing weak symbols:
2021-10-14 15:14:05 +02: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
llvm::make_unique -> std::make_unique
2022-12-09 08:44:17 +01:00
ClangInternalState.cpp
ContentCache::getRawBuffer is replaced with getBufferDataIfLoaded
2022-12-09 08:44:16 +01:00
ClingCodeCompleteConsumer.cpp
Refactor
2016-07-18 14:29:14 +02:00
ClingPragmas.cpp
llvm::StringRef does not support automatic conversion to string anymore.
2022-12-09 08:44:16 +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
Revert "Add support for profiling/debugging interpreted/JITted code"
2022-12-09 08:44:15 +01:00
DeclCollector.cpp
Reimplement HandleInvalidTagDeclDefinition without clang support.
2021-05-03 19:29:03 +02:00
DeclCollector.h
Reimplement HandleInvalidTagDeclDefinition without clang support.
2021-05-03 19:29:03 +02:00
DeclExtractor.cpp
Extracted decls should be unconditionally moved to the parent DeclContext
2022-02-05 03:59:07 +01:00
DeclExtractor.h
Remove unused parameters. Fixes -Wunused-parameter.
2021-02-25 20:44:18 +01:00
DeclUnloader.cpp
The StoredDeclsList is reworked and more user-friendly.
2022-12-09 08:44:17 +01:00
DeclUnloader.h
removeRedeclFromChain is a template static. Fixes osx warning.
2021-02-25 20:44:19 +01:00
DefinitionShadower.cpp
The StoredDeclsList is reworked and more user-friendly.
2022-12-09 08:44:17 +01:00
DefinitionShadower.h
Diagnose shadowing of decls in the std
namespace
2022-02-11 01:59:05 +01:00
DeviceKernelInliner.cpp
Changes for Pull Request #284
2019-11-07 19:29:15 +01:00
DeviceKernelInliner.h
Changes for Pull Request #284
2019-11-07 19:29:15 +01:00
DynamicExprInfo.cpp
llvm::StringRef does not support automatic conversion to string anymore.
2022-12-09 08:44:16 +01:00
DynamicLibraryManager.cpp
llvm::sys::fs went into a separate header.
2022-12-09 08:44:16 +01:00
DynamicLibraryManagerSymbol.cpp
getFlags returns llvm::Expected.
2022-12-09 08:44:16 +01:00
DynamicLookup.cpp
dump() takes an ASTContext now.
2022-12-09 08:44:17 +01:00
DynamicLookup.h
Also escape array subscript (ROOT-7718).
2017-07-03 14:47:57 +02:00
EnterUserCodeRAII.h
RAII, not RTTI: rename class and #includes.
2017-09-18 14:29:05 +02:00
Exception.cpp
Do not throw CompilationExceptions on Apple M1 ( #10561 )
2022-05-11 14:14:04 +02:00
ExternalInterpreterSource.cpp
Fix wrong asserts.
2021-02-25 20:44:17 +01:00
ExternalInterpreterSource.h
Remove unused member variable in ExternalInterpreterSource.
2017-01-25 12:14:06 +01:00
ForwardDeclPrinter.cpp
Add an include to TargetInfo.h
2022-12-09 08:44:17 +01:00
ForwardDeclPrinter.h
Also fwd decl underlying type of using decls:
2021-06-23 10:14:05 +02:00
IncrementalCUDADeviceCompiler.cpp
Use the real name not it's synonym.
2022-12-09 08:44:17 +01:00
IncrementalExecutor.cpp
Do not alter the llvm::Module when running the static inits.
2022-02-18 10:14:08 +01:00
IncrementalExecutor.h
Use the dyld to show more meaningful message when a symbol is missing.
2021-05-08 20:59:07 +02:00
IncrementalJIT.cpp
Revert "Add support for profiling/debugging interpreted/JITted code"
2022-12-09 08:44:15 +01:00
IncrementalJIT.h
Revert "Add support for profiling/debugging interpreted/JITted code"
2022-12-09 08:44:15 +01:00
IncrementalParser.cpp
llvm::StringRef does not support automatic conversion to string anymore.
2022-12-09 08:44:16 +01:00
IncrementalParser.h
Enable replacement of the default diagnostic consumer
2021-09-09 14:59:06 +02:00
Interpreter.cpp
llvm::StringRef does not support automatic conversion to string anymore.
2022-12-09 08:44:16 +01:00
InterpreterCallbacks.cpp
Use override syntax in cling classes
2022-05-06 20:59:03 +02:00
InvocationOptions.cpp
createDriverOptTable became a singleton.
2022-12-09 08:44:17 +01:00
LookupHelper.cpp
Fix long long error in findBuiltinType
2022-09-20 15:14:04 +02:00
MultiplexInterpreterCallbacks.h
Add override keyword and InclusionDirective callback takes extra arg.
2021-02-25 20:44:16 +01:00
NullDerefProtectionTransformer.cpp
Complain about __cling__ptrcheck not being on or off.
2022-01-11 18:29:04 +01:00
NullDerefProtectionTransformer.h
Only check pointers for Decls from writable dirs (ROOT-9377).
2018-06-25 12:59:56 +02:00
RequiredSymbols.cpp
Remove symbols explicitly exported through CLING_EXPORT.
2021-05-25 16:29:06 +02:00
Threading.h
Coding conventions
2015-03-16 13:12:47 +01:00
Transaction.cpp
Assert that no nested attaches to unloading Transaction.
2021-04-06 00:14:05 +02:00
TransactionPool.h
Assert released transaction is != last in pool:
2021-04-06 00:14:05 +02:00
TransactionUnloader.cpp
TransactionUnloader: ensure function instantiations are processed only once
2022-03-03 18:29:03 +01:00
TransactionUnloader.h
Try moving cling to the new orc jit api.
2021-02-25 20:44:17 +01:00
Value.cpp
Add LLVM_FALLTHROUGH to silence warnings.
2021-02-25 20:44:17 +01:00
ValueExtractionSynthesizer.cpp
Make sure required symbols are exported:
2021-05-25 16:29:06 +02:00
ValueExtractionSynthesizer.h
Report ValueExtractionSynthesizer errors with DiagnosticsEngine.
2020-08-20 09:44:06 +02:00
ValuePrinter.cpp
llvm::StringRef does not support automatic conversion to string anymore.
2022-12-09 08:44:16 +01:00
ValuePrinterSynthesizer.cpp
Create new CompoundStmt instead of replacing children
2021-04-23 09:29:06 +02:00
ValuePrinterSynthesizer.h
Create new CompoundStmt instead of replacing children
2021-04-23 09:29:06 +02:00