cling/lib/Interpreter
Vassil Vassilev 8069aa7a73 Handle llvm::Errors correctly.
This fixes several tests on osx.
2023-12-05 14:14:03 +01:00
..
ASTTransformer.cpp Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
ASTTransformer.h Use nullptr in cling 2023-01-30 08:29:07 +01:00
AutoloadCallback.cpp Rebase better to llvm13 to the FileEntryRef and FileEntry. 2022-12-20 08:59:05 +01:00
AutoSynthesizer.cpp Use nullptr in cling 2023-01-30 08:29:07 +01:00
AutoSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
BackendPasses.cpp Keep private symbols private: 2023-01-31 22:59:06 +01:00
BackendPasses.h Reuse existing weak symbols, also from JIT: 2023-01-17 16:59:06 +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 Use standard way to set up OverlayFS 2023-07-11 11:59:07 +02:00
ClangInternalState.cpp Use nullptr in cling 2023-01-30 08:29:07 +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 Fix cling incorrect LLVM path for external LLVM+clang 2023-07-20 12:14:04 +02: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 DeclExtractor: use BuildReturnStmt() instead 2023-05-31 21:29:03 +02:00
DeclExtractor.h Remove unused parameters. Fixes -Wunused-parameter. 2021-02-25 20:44:18 +01:00
DeclUnloader.cpp Handle variable templates in DeclUnloader 2023-11-30 09:29:02 +01:00
DeclUnloader.h Handle variable templates in DeclUnloader 2023-11-30 09:29:02 +01:00
DefinitionShadower.cpp DefinitionShadower: fix crash with C++20 concepts 2023-05-08 00:14:05 +02: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 Use nullptr in cling 2023-01-30 08:29:07 +01:00
DynamicLibraryManagerSymbol.cpp Handle llvm::Errors correctly. 2023-12-05 14:14:03 +01:00
DynamicLookup.cpp Rename simplisticCast to castAs. 2023-02-03 07:29:07 +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 assertion in ExternalInterpreterSource 2023-08-18 19:29:07 +02:00
ExternalInterpreterSource.h Remove unused member variable in ExternalInterpreterSource. 2017-01-25 12:14:06 +01:00
ForwardDeclPrinter.cpp Unify access to template_arguments 2023-07-11 12:29:06 +02:00
ForwardDeclPrinter.h Use nullptr in cling 2023-01-30 08:29:07 +01:00
IncrementalCUDADeviceCompiler.cpp Fixed bug in symbol linking for CUDA kernel registration with LLVM 13. 2022-12-09 08:44:19 +01:00
IncrementalExecutor.cpp Restore symbol lookup in child interpreters 2023-05-31 21:29:03 +02:00
IncrementalExecutor.h Restore symbol lookup in child interpreters 2023-05-31 21:29:03 +02:00
IncrementalJIT.cpp Handle llvm::Errors correctly. 2023-12-05 14:14:03 +01:00
IncrementalJIT.h Restore symbol lookup in child interpreters 2023-05-31 21:29:03 +02:00
IncrementalParser.cpp Always promote warn_falloff_nonvoid_function to error 2023-05-19 23:29:06 +02:00
IncrementalParser.h Use nullptr in cling 2023-01-30 08:29:07 +01:00
Interpreter.cpp Skip IncrementalExecutor for CUDADevice 2023-08-18 19:29:07 +02:00
InterpreterCallbacks.cpp Use nullptr in cling 2023-01-30 08:29:07 +01:00
InvocationOptions.cpp Fix bug in handling EXTRA_CLING_ARGS: 2022-12-09 08:44:20 +01:00
LookupHelper.cpp ParseTypeName might trigger deserialization. 2023-07-04 19:29:05 +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
PerfJITEventListener.cpp Re-enable support for profiling/debugging interpreted/JITted code 2022-12-15 10:29:03 +01: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 Delete globals before JIT deletes the module: 2022-12-09 08:44:20 +01:00
TransactionUnloader.h Try moving cling to the new orc jit api. 2021-02-25 20:44:17 +01:00
Value.cpp Remove unused ASTContext from getCorrespondingTypeKind 2023-07-20 08:44:03 +02:00
ValueExtractionSynthesizer.cpp Cast to base element type pointer before calling copyArray 2023-08-18 19:29:07 +02:00
ValueExtractionSynthesizer.h Report ValueExtractionSynthesizer errors with DiagnosticsEngine. 2020-08-20 09:44:06 +02:00
ValuePrinter.cpp Fix potential pre-existing issue for big endian 2023-02-03 07:29:07 +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