[PATCH] D128060: [clang][dataflow] Extend flow condition in the body of a for loop
    Gábor Horváth via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jun 17 09:41:51 PDT 2022
    
    
  
xazax.hun accepted this revision.
xazax.hun added inline comments.
================
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:92
 
+  void VisitForStmt(const ForStmt *S) {
+    auto *Cond = S->getCond();
----------------
Do we support `DoStmt` or is that missing?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128060/new/
https://reviews.llvm.org/D128060
    
    
More information about the cfe-commits
mailing list