llvm-project/lldb/source/Plugins/ExpressionParser
Raphael Isemann 596709d8a8 Let the CompilerInstance create our clang ASTContext
Summary:
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 CompilerInstance
(which will be created with the same settings).

Reviewers: vsk, aprantl, davide

Reviewed By: davide

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D51253

llvm-svn: 340748
2018-08-27 15:18:33 +00:00
..
Clang Let the CompilerInstance create our clang ASTContext 2018-08-27 15:18:33 +00:00
Go Remove append parameter to FindGlobalVariables 2018-05-31 09:46:26 +00:00
CMakeLists.txt Create an expression parser for Go. 2015-11-02 19:30:40 +00:00