[PATCH] D30564: [clang-tidy] Format code around applied fixes

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 3 03:17:29 PST 2017


ioeric added inline comments.


================
Comment at: clang-tidy/ClangTidy.cpp:214
+          llvm::errs() << llvm::toString(Replacements.takeError()) << "\n";
+          continue;
+        }
----------------
Maybe still apply the replacements if formatting fails?


https://reviews.llvm.org/D30564





More information about the cfe-commits mailing list