alexfh added inline comments.

================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:452
 
+  if (FoundErrors) {
+      return 1;
----------------
Failed tests reminded me of the -fix-errors flag.

I suppose, clang-tidy should not return an error code, when all errors it 
noticed, contained fixes that were successfully applied by -fix-errors.


https://reviews.llvm.org/D39105



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

Reply via email to