[PATCH] D42361: [Tooling] Returns non-zero status code when files are skipped.

Benjamin Kramer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 04:34:39 PST 2018


bkramer added inline comments.


================
Comment at: lib/Tooling/Tooling.cpp:404
     if (CompileCommandsForFile.empty()) {
       // FIXME: There are two use cases here: doing a fuzzy
       // "find . -name '*.cc' |xargs tool" match, where as a user I don't care
----------------
This comment explains why the implementation doesn't error. Can you make sure the xargs use case is still working properly?


Repository:
  rC Clang

https://reviews.llvm.org/D42361





More information about the cfe-commits mailing list