llvm-project/lldb/source/Plugins/ExpressionParser/Clang
Chaoren Lin 926db72a4d Add missing headers after header cleanup in r275882.
llvm-svn: 275914
2016-07-18 21:11:43 +00:00
..
ASTDumper.cpp Move some functions from DWARFASTParserClang to ClangASTImporter. 2016-03-28 22:53:41 +00:00
ASTDumper.h Moved more Clang-specific parts of the expression parser into the Clang plugin. 2015-09-25 20:35:58 +00:00
ASTResultSynthesizer.cpp Check whether Sema::CreateBuiltinUnaryOp returns an empty result. 2016-07-07 19:06:37 +00:00
ASTResultSynthesizer.h Backend support for top-level Clang epxressions 2016-03-22 21:05:51 +00:00
ASTStructExtractor.cpp Moved more Clang-specific parts of the expression parser into the Clang plugin. 2015-09-25 20:35:58 +00:00
ASTStructExtractor.h Moved more Clang-specific parts of the expression parser into the Clang plugin. 2015-09-25 20:35:58 +00:00
CMakeLists.txt Moved more Clang-specific parts of the expression parser into the Clang plugin. 2015-09-25 20:35:58 +00:00
ClangASTSource.cpp Fixed a bug where we report a single type multiple times in namespaces. 2016-07-05 22:06:01 +00:00
ClangASTSource.h Fixed a bug where we report a single type multiple times in namespaces. 2016-07-05 22:06:01 +00:00
ClangDiagnostic.h The FixItList typedef should have been inside "class ClangDiagnostic". 2016-04-06 00:25:44 +00:00
ClangExpressionDeclMap.cpp Removed the m_decl_objects map from ClangASTContext. 2016-05-23 18:30:59 +00:00
ClangExpressionDeclMap.h Removed many JIT workarounds from IRForTarget. 2016-02-13 00:01:46 +00:00
ClangExpressionHelper.h Backend support for top-level Clang epxressions 2016-03-22 21:05:51 +00:00
ClangExpressionParser.cpp Allow runtimes to execute custom LLVM ModulePasses over the expression IR 2016-06-15 16:19:46 +00:00
ClangExpressionParser.h [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation for MIPS 2016-05-13 11:04:47 +00:00
ClangExpressionVariable.cpp Eliminated redundant "constructors" for ClangExpressionVariable. 2015-10-01 23:07:06 +00:00
ClangExpressionVariable.h Eliminated redundant "constructors" for ClangExpressionVariable. 2015-10-01 23:07:06 +00:00
ClangFunctionCaller.cpp Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
ClangFunctionCaller.h Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
ClangModulesDeclVendor.cpp Add missing headers after header cleanup in r275882. 2016-07-18 21:11:43 +00:00
ClangModulesDeclVendor.h Moved more Clang-specific parts of the expression parser into the Clang plugin. 2015-09-25 20:35:58 +00:00
ClangPersistentVariables.cpp Handle any persistent Decl in the Clang expression parser, not just types. 2016-03-19 00:51:43 +00:00
ClangPersistentVariables.h Removed an override of LookupSymbol that mistakenly disabled it for Clang. 2016-03-28 21:07:53 +00:00
ClangUserExpression.cpp Removed the redundant "%d errors parsing expression" error. Nobody keeps score. 2016-06-30 18:00:32 +00:00
ClangUserExpression.h Backend support for top-level Clang epxressions 2016-03-22 21:05:51 +00:00
ClangUtilityFunction.cpp Removed the redundant "%d errors parsing expression" error. Nobody keeps score. 2016-06-30 18:00:32 +00:00
ClangUtilityFunction.h Add a DiagnosticManager replace error streams in the expression parser. 2016-03-19 00:03:59 +00:00
IRForTarget.cpp Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00
IRForTarget.h Backend support for top-level Clang epxressions 2016-03-22 21:05:51 +00:00