NoQ added inline comments.

================
Comment at: lib/Analysis/CFG.cpp:5011
     print_initializer(OS, Helper, SICC->getCXXCtorInitializer());
-    break;
+    return;
   }
----------------
For consistency.


================
Comment at: lib/Analysis/CFG.cpp:5074-5078
   for (auto I: Stmts)
     if (I) {
       OS << ", ";
       Helper.handledStmt(const_cast<Stmt *>(I), OS);
     }
----------------
I'm starting to regret this code reuse mechanism. I guess i should have made a 
simple lambda instead to wrap all `handledStmt` calls.


Repository:
  rC Clang

https://reviews.llvm.org/D48681



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

Reply via email to