tomasz-kaminski-sonarsource added inline comments.

================
Comment at: clang/test/Analysis/lifetime-cfg-output.cpp:609
 // CHECK-NEXT:    1: [B9.2] (Lifetime ends)
 // CHECK-NEXT:    T: continue;
 // CHECK-NEXT:    Preds (1): B7
----------------
Note that the lifetime ends for `[B10.4]`/`c` was missing here for the 
`continue` case, as we jumped to increment block. Same happens for the 
automatic object destructor that was not called in this case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155547/new/

https://reviews.llvm.org/D155547

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to