[PATCH] D149464: [clang][dataflow] Expose DataflowAnalysisContext from DataflowEnvironment.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 28 12:08:39 PDT 2023
xazax.hun accepted this revision.
xazax.hun added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:189
+ /// Deprecated. Use *getDataflowAnalysisContext().getOptions().Log instead.
Logger &logger() const { return *DACtx->getOptions().Log; }
----------------
Any reason for a comment as opposed to the deprecated attribute?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149464/new/
https://reviews.llvm.org/D149464
More information about the cfe-commits
mailing list