[Lldb-commits] [PATCH] D51253: Let the CompilerInstance create our clang ASTContext

2018-08-27 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL340748: Let the CompilerInstance create our clang ASTContext (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D51253?vs=

[Lldb-commits] [PATCH] D51253: Let the CompilerInstance create our clang ASTContext

2018-08-24 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor updated this revision to Diff 162538. teemperor added a comment. - clang-format. https://reviews.llvm.org/D51253 Files: source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp Index: source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp ==

[Lldb-commits] [PATCH] D51253: Let the CompilerInstance create our clang ASTContext

2018-08-24 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. teemperor added reviewers: vsk, aprantl. Herald added a subscriber: lldb-commits. Now that we moved the BuiltinContext and SelectorTable to the CompilerInstance, we can also get rid of manually creating our own ASTContext, but just use the one from the CompilerInst