[PATCH] D69731: [analyzer] CheckerContext: Make the Preprocessor available
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 1 12:54:23 PDT 2019
Charusso marked an inline comment as done.
Charusso added a comment.
It is needed for my work, and also I have seen other checkers in need of that.
================
Comment at: clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:195
ASTContext *Ctx;
- const Preprocessor &PP;
const std::string OutDir;
----------------
I have dropped the `const` because the methods of `Preprocessor` are non-const because of the `BumpPtrAllocator`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69731/new/
https://reviews.llvm.org/D69731
More information about the cfe-commits
mailing list