llvm-project/lldb/source/Plugins/ExpressionParser/Clang
Raphael Isemann 3ee98a1455 Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"
First version had a typo.

llvm-svn: 372077
2019-09-17 07:58:01 +00:00
..
ASTDumper.cpp [Gardening] Remove dead code from ASTDumper (NFC) 2019-08-06 04:46:02 +00:00
ASTDumper.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ASTResultSynthesizer.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
ASTResultSynthesizer.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ASTStructExtractor.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ASTStructExtractor.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ASTUtils.cpp Add ability to import std module into expression parser to improve C++ debugging 2019-03-12 17:09:33 +00:00
ASTUtils.h Add ability to import std module into expression parser to improve C++ debugging 2019-03-12 17:09:33 +00:00
CMakeLists.txt [Symbol] Decouple clang from DeclVendor 2019-08-23 06:11:32 +00:00
ClangASTSource.cpp [Symbol] Decouple clang from DeclVendor 2019-08-23 06:11:32 +00:00
ClangASTSource.h [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ClangDeclVendor.cpp [Symbol] Decouple clang from DeclVendor 2019-08-23 06:11:32 +00:00
ClangDeclVendor.h [Symbol] Decouple clang from DeclVendor 2019-08-23 06:11:32 +00:00
ClangDiagnostic.h [lldb][NFC] Make ClangDiagnostic::m_fixit_vec private 2019-08-01 11:05:47 +00:00
ClangExpressionDeclMap.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
ClangExpressionDeclMap.h [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
ClangExpressionHelper.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ClangExpressionParser.cpp [lldb][NFC] Make include directories in Clang expression parser a std::string 2019-09-11 14:33:11 +00:00
ClangExpressionParser.h [lldb][NFC] Make include directories in Clang expression parser a std::string 2019-09-11 14:33:11 +00:00
ClangExpressionSourceCode.cpp Add offsetof support to expression evaluator. 2019-07-18 17:58:04 +00:00
ClangExpressionSourceCode.h [lldb][NFC] Minor refactorings to (Clang)ExpressionSourceCode 2019-08-06 20:25:02 +00:00
ClangExpressionVariable.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
ClangExpressionVariable.h [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ClangFunctionCaller.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
ClangFunctionCaller.h [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ClangHost.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
ClangHost.h [ExpressionParser] Implement ComputeClangResourceDir for Windows 2019-03-07 20:09:15 +00:00
ClangModulesDeclVendor.cpp [ClangExpressionParser] Add ClangDeclVendor 2019-08-20 18:47:30 +00:00
ClangModulesDeclVendor.h [ClangExpressionParser] Add ClangDeclVendor 2019-08-20 18:47:30 +00:00
ClangPersistentVariables.cpp [lldb][NFC] Document and refactor ClangPersistentVariables::RemovePersistentVariable 2019-08-05 21:43:53 +00:00
ClangPersistentVariables.h Revert "[lldb] Move redundant persistent variable counter to ClangPersistentVariables" 2019-08-27 22:50:40 +00:00
ClangUserExpression.cpp Reland "[lldb][NFC] Make ApplyObjcCastHack less scary" 2019-09-17 07:58:01 +00:00
ClangUserExpression.h [lldb][NFC] Make include directories in Clang expression parser a std::string 2019-09-11 14:33:11 +00:00
ClangUtilityFunction.cpp Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00
ClangUtilityFunction.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRDynamicChecks.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
IRDynamicChecks.h [Expression] Move IRDynamicChecks to ClangExpressionParser 2019-07-12 00:58:02 +00:00
IRForTarget.cpp [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable 2019-08-17 21:57:51 +00:00
IRForTarget.h [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable 2019-08-17 21:57:51 +00:00
ModuleDependencyCollector.h [Reproducers] Pass FileCollector around as a shared_ptr (NFC) 2019-07-29 20:54:02 +00:00