thakis added inline comments.

================
Comment at: clang/lib/Analysis/CFG.cpp:2410
+
+CFGBlock *CFGBuilder::VisitAttributedStmt(AttributedStmt *A,
+                                          AddStmtChoice asc) {
----------------
(Compare this function to `CFGBuilder::VisitStmt` in this file, which is the 
default function that's called for Stmts and which is what was called for 
AttributedStmt before this patch added a dedicated handler for AttributedStmt.)


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

https://reviews.llvm.org/D111568

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

Reply via email to