================
Comment at: tools/clang-check/ClangCheck.cpp:144
@@ +143,3 @@
+    CommandLineArguments::iterator I;
+    if (Pos == END)
+      I = Return.end();
----------------
I'd put {} around the 'true' branch for consistency. Or changed 'false' branch 
to one statement: I = Return.begin() + 1; (I hope this should work?)


http://llvm-reviews.chandlerc.com/D919
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to