alexfh added inline comments.
================ Comment at: clang-tidy/tool/run-clang-tidy.py:226 + print('Applying fixes ...') + successfully_applied = True + ---------------- ` = False` here and ` = True` after `apply_fixes()` inside `try`. https://reviews.llvm.org/D32294 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits