[Lldb-commits] [PATCH] Remove the unused m_ast_context member of ClangExpressionParser.

Siva Chandra sivachandra at google.com
Wed Apr 1 16:49:36 PDT 2015


Hi spyffe,

http://reviews.llvm.org/D8791

Files:
  include/lldb/Expression/ClangExpressionParser.h

Index: include/lldb/Expression/ClangExpressionParser.h
===================================================================
--- include/lldb/Expression/ClangExpressionParser.h
+++ 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.23100.patch
Type: text/x-patch
Size: 881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150401/d5a9cc58/attachment.bin>


More information about the lldb-commits mailing list