[PATCH] D35194: [clang-tidy] clang-apply-replacements: Don't insert null entry

Kevin Funk via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 11 02:41:34 PDT 2017


kfunk added inline comments.


================
Comment at: clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp:296
+                 << "' doesn't exist. Ignoring...\n";
+        }
         continue;
----------------
yawanng wrote:
> Maybe add some error message here if it's not an existence issue. like "invalid file path" or something? The same below.
Is that really necessary? I think the user won't care.


https://reviews.llvm.org/D35194





More information about the cfe-commits mailing list