LGTM

================
Comment at: lib/Driver/Tools.cpp:6677
@@ +6676,3 @@
+
+  while (Path != PathEnd) {
+    const char *Sep = std::find(Path, PathEnd, SepChar);
----------------
I think the easiest way to write this is probably with llvm::SplitString() from 
llvm/ADT/StringExtras.h.


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

Reply via email to