[PATCH] D41150: [CFG] Adding new CFGStmt LoopEntrance for the StaticAnalyzer
Daniel Krupp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 15 05:01:50 PST 2017
dkrupp added inline comments.
================
Comment at: include/clang/Analysis/CFG.h:179
/// entered.
+class CFGLoopEntrance : public CFGElement {
+public:
----------------
This comment refers to the CFGLoopExit class. Please add a separate explaining comment to the CFGLoopEntrance.
https://reviews.llvm.org/D41150
More information about the cfe-commits
mailing list