[PATCH] Config file support for clang-format, part 2.

Manuel Klimek klimek at google.com
Fri May 10 04:36:55 PDT 2013


  LG


================
Comment at: tools/clang-format/ClangFormat.cpp:85
@@ +84,3 @@
+            llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile)) {
+      llvm::errs() << "Error quering " << ConfigFile << ": " << ec.message()
+                   << "\n";
----------------
querying


http://llvm-reviews.chandlerc.com/D758

BRANCH
  svn

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list