[Lldb-commits] [PATCH] Remove the unused m_ast_context member of ClangExpressionParser.
Siva Chandra
sivachandra at google.com
Wed Apr 1 17:05:32 PDT 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8791
Files:
lldb/trunk/include/lldb/Expression/ClangExpressionParser.h
Index: lldb/trunk/include/lldb/Expression/ClangExpressionParser.h
===================================================================
--- lldb/trunk/include/lldb/Expression/ClangExpressionParser.h
+++ lldb/trunk/include/lldb/Expression/ClangExpressionParser.h
@@ -145,7 +145,6 @@
std::unique_ptr<clang::CompilerInstance> m_compiler; ///< The Clang compiler used to parse expressions into IR
std::unique_ptr<clang::Builtin::Context> m_builtin_context; ///< Context for Clang built-ins
std::unique_ptr<clang::SelectorTable> m_selector_table; ///< Selector table for Objective-C methods
- std::unique_ptr<clang::ASTContext> m_ast_context; ///< The AST context used to hold types and names for the parser
std::unique_ptr<clang::CodeGenerator> m_code_generator; ///< The Clang object that generates IR
class LLDBPreprocessorCallbacks;
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8791.23102.patch
Type: text/x-patch
Size: 914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150402/488bfa3a/attachment.bin>
More information about the lldb-commits
mailing list