[PATCH] D32294: [clang-tidy] run-clang-tidy.py: check if clang-apply-replacements succeeds

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 17:24:35 PDT 2017


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





More information about the cfe-commits mailing list