[PATCH] D35194: [clang-tidy] clang-apply-replacements: Don't insert null entry
Yan Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 10 16:23:33 PDT 2017
yawanng added a comment.
LGTM. Please wait for Alexander approval.
================
Comment at: clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp:296
+ << "' doesn't exist. Ignoring...\n";
+ }
continue;
----------------
Maybe add some error message here if it's not an existence issue. like "invalid file path" or something? The same below.
https://reviews.llvm.org/D35194
More information about the cfe-commits
mailing list