[PATCH] D154969: [dataflow] document flow condition
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 07:41:59 PDT 2023
xazax.hun accepted this revision.
xazax.hun added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:528
- /// Returns the token that identifies the flow condition of the environment.
+ /// Returns a boolean variable that identifies the flow condition.
+ ///
----------------
The FC abbreviation is used later, so we should define it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154969/new/
https://reviews.llvm.org/D154969
More information about the cfe-commits
mailing list