This is another step in moving plugin dependencies out of non-plugins.
Target doesn't need to know about this, and ClangPersistentVariables is
available in all situations where you want to access
ClangModulesDeclVendor.
Details
Details
- Reviewers
labath JDevlieghere xiaobai
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp | ||
---|---|---|
854–857 | Can we just write a helper method to these two steps in ClangASTSource and then ClangExpressionDeclMap will just get it as well. |
Can we just write a helper method to these two steps in ClangASTSource and then ClangExpressionDeclMap will just get it as well.