Reuse the SelectorTable from Clang's Preprocessor
authorRaphael Isemann <teemperor@gmail.com>
Thu, 23 Aug 2018 22:40:54 +0000 (22:40 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 23 Aug 2018 22:40:54 +0000 (22:40 +0000)
commitd2b0862f7f6084c73aeeb21fea736cddf6405b15
tree50c732eba6bbcd534c2f574035d2cb5d19cc69ba
parent2a813ef208283980598202ac6453f3a777c608f5
Reuse the SelectorTable from Clang's Preprocessor

Summary:
At the moment we create our own SelectorTable even though the Preprocessor always
creates one for us that we can (and should) reuse.

Reviewers: vsk

Reviewed By: vsk

Subscribers: lldb-commits

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

llvm-svn: 340585
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h