llvm-project/lldb/source/Plugins/ExpressionParser/Clang
Shafik Yaghmour 0479afb3d6 [LLDB] Fix off by one logging placeholders in ClangASTSource::layoutRecordType()
D72391 Added some additional information to the logging but in this case instead of using
placeholder 2 and 3 they used 3 and 4.
2021-08-17 16:47:46 -07:00
..
ASTResultSynthesizer.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
ClangASTImporter.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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 off by one logging placeholders in ClangASTSource::layoutRecordType() 2021-08-17 16:47:46 -07:00
ClangASTSource.h [lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from Target 2021-05-24 13:13:12 -07:00
ClangDeclVendor.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
ClangDeclVendor.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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] Use a struct to pass function search options to Module::FindFunction 2021-08-05 10:18:14 -07:00
ClangExpressionDeclMap.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
ClangExpressionHelper.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
ClangExpressionParser.cpp [lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat 2021-08-09 12:06:59 +02: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 Revert "[lldb] Add support for evaluating expressions in static member functions" 2021-06-11 15:00:38 +02:00
ClangExpressionSourceCode.h Revert "[lldb] Add support for evaluating expressions in static member functions" 2021-06-11 15:00:38 +02:00
ClangExpressionVariable.cpp
ClangExpressionVariable.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -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] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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 [lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from Target 2021-05-24 13:13:12 -07:00
ClangPersistentVariables.h [lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from Target 2021-05-24 13:13:12 -07:00
ClangUserExpression.cpp [lldb] Get rid of HAVE_SYS_TYPES_H 2021-08-03 22:14:56 +02:00
ClangUserExpression.h Revert "[lldb] Add support for evaluating expressions in static member functions" 2021-06-11 15:00:38 +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] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat 2021-08-09 12:06:59 +02:00
ClangUtilityFunction.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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 [IR] Add GEPOperator::indices() (NFC) 2021-07-09 21:41:20 +02:00
IRForTarget.h [lldb][NFC] Remove misleading ModulePass base class for IRForTarget 2021-05-25 13:27:07 +02:00
ModuleDependencyCollector.h [lldb] Move copying of files into reproducer out of process 2020-10-23 12:33:54 -07:00
NameSearchContext.cpp [lldb][NFC] Add a FIXME for NameSearchContext::AddFunDecl's missing addDecl 2021-08-10 16:14:27 +02:00
NameSearchContext.h [lldb][NFC] Pass DeclarationName to NameSearchContext by value 2020-05-25 12:37:22 +02:00