================
Comment at: tools/clang-format/ClangFormat.cpp:77-78
@@ +76,4 @@
+  while (!Directory.empty()) {
+    std::string ConfigFile = Directory.str();
+    ConfigFile += "/.clang-format";
+    bool IsFile;
----------------
Not really following this, but (a) why not SmallString, and (b) why not 
llvm::sys::path::append?


http://llvm-reviews.chandlerc.com/D758
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to