alexfh added a comment.

One more nit.


================
Comment at: clang-tidy/ClangTidyOptions.h:233
@@ -200,2 +232,3 @@
 
-  ClangTidyOptions getOptions(llvm::StringRef FileName) override;
+  std::vector<OptionsSource> getRawOptions(
+      llvm::StringRef FileName) override;
----------------
clang-format?

Consider making `git clang-format` handle it for you ;)


http://reviews.llvm.org/D18694



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

Reply via email to