llvm-project/lldb/source/Plugins/ExpressionParser/Clang
Jordan Rupprecht 44e2247dcd [lldb] Fix DataLayout reference after 0f1137ba79 2021-04-27 20:07:09 -07:00
..
ASTResultSynthesizer.cpp [lldb] Introduce separate scratch ASTs for debug info types and types imported from C++ modules. 2020-12-10 19:28:01 +01:00
ASTResultSynthesizer.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ASTStructExtractor.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
ASTStructExtractor.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ASTUtils.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
ASTUtils.h [lldb] Don't infinite loop in SemaSourceWithPriorities::CompleteType when trying to complete a forward decl 2020-09-09 10:05:57 +02:00
CMakeLists.txt [CMake] Make `intrinsics_gen` dependency unconditional. 2020-07-17 16:43:17 -07:00
ClangASTImporter.cpp [lldb][NFC] Remove some obsolete comments in ClangASTImporter.cpp 2021-02-25 11:44:19 +01:00
ClangASTImporter.h [lldb][NFC] Document ClangASTImporter 2021-02-25 13:25:34 +01:00
ClangASTMetadata.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
ClangASTMetadata.h [lldb] Add basic -flimit-debug-info support to expression evaluator 2020-07-01 14:50:14 +02:00
ClangASTSource.cpp [LLDB] Fix LLDB_LOG calls to use correct formatting 2021-02-12 11:09:39 -08:00
ClangASTSource.h [lldb][NFC] Remove ImportInProgress lock in ClangASTSource 2020-06-30 12:46:28 +02:00
ClangDeclVendor.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
ClangDeclVendor.h [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
ClangDiagnostic.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ClangExpressionDeclMap.cpp [lldb] Add support for evaluating expressions in static member functions 2021-04-22 12:14:31 +02:00
ClangExpressionDeclMap.h [lldb] Add support for evaluating expressions in static member functions 2021-04-22 12:14:31 +02:00
ClangExpressionHelper.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ClangExpressionParser.cpp [lldb] Fix DataLayout reference after 0f1137ba79 2021-04-27 20:07:09 -07:00
ClangExpressionParser.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ClangExpressionSourceCode.cpp [lldb] Add support for evaluating expressions in static member functions 2021-04-22 12:14:31 +02:00
ClangExpressionSourceCode.h [lldb] Add support for evaluating expressions in static member functions 2021-04-22 12:14:31 +02:00
ClangExpressionVariable.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
ClangExpressionVariable.h [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
ClangExternalASTSourceCallbacks.cpp [lldb] Don't complete ObjCInterfaceDecls in ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName 2020-05-27 12:39:24 +02:00
ClangExternalASTSourceCallbacks.h Add Objective-C property accessors loaded from Clang module DWARF to lookup 2020-04-24 11:10:50 -07:00
ClangFunctionCaller.cpp [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
ClangFunctionCaller.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ClangHost.cpp [lldb] Fix bug in fallback logic for finding the resource directory. 2020-10-02 09:56:01 -07:00
ClangHost.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ClangModulesDeclVendor.cpp [lldb][NFC] Code style fixes for ClangModulesDeclVendor 2021-03-08 17:28:05 +01:00
ClangModulesDeclVendor.h [lldb] Add support for using variables with C++ keywords names in non-C++ expressions 2020-11-16 16:04:44 +01:00
ClangPersistentVariables.cpp Internal expressions shouldn't increment the result variable numbering. 2020-03-23 13:30:37 -07:00
ClangPersistentVariables.h [lldb][NFC] Mark GetNextPersistentVariableName as overriden to silence warning 2020-03-24 12:30:03 +01:00
ClangUserExpression.cpp [lldb] Add support for evaluating expressions in static member functions 2021-04-22 12:14:31 +02:00
ClangUserExpression.h [lldb] Add support for evaluating expressions in static member functions 2021-04-22 12:14:31 +02:00
ClangUtil.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
ClangUtil.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ClangUtilityFunction.cpp [lldb] Support debugging utility functions 2021-02-24 11:36:01 -08:00
ClangUtilityFunction.h [lldb] Support debugging utility functions 2021-02-24 11:36:01 -08:00
CppModuleConfiguration.cpp [lldb][import-std-module] Do some basic file checks before trying to import a module 2021-01-21 12:32:51 +01:00
CppModuleConfiguration.h [lldb][import-std-module] Do some basic file checks before trying to import a module 2021-01-21 12:32:51 +01:00
CxxModuleHandler.cpp [lldb] Add move_iterator to supported template list 2021-01-27 13:52:42 +01:00
CxxModuleHandler.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
IRDynamicChecks.cpp [lldb] Redesign Target::GetUtilityFunctionForLanguage API 2020-10-23 10:00:23 -07:00
IRDynamicChecks.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
IRForTarget.cpp Thread ExecutionContextScope through GetByteSize where possible (NFC-ish) 2020-07-22 08:56:29 -07:00
IRForTarget.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ModuleDependencyCollector.h [lldb] Move copying of files into reproducer out of process 2020-10-23 12:33:54 -07:00
NameSearchContext.cpp Another speculative fix for lldb related to ConstexprSpecKind 2020-11-16 14:39:34 -05:00
NameSearchContext.h [lldb][NFC] Pass DeclarationName to NameSearchContext by value 2020-05-25 12:37:22 +02:00