[PATCH] D54109: [clang-query] continue even if files are skipped

Peter Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 5 08:42:34 PST 2018


Lekensteyn added inline comments.


================
Comment at: test/clang-query/database-missing-entry.c:9
+// CHECK: deliberate parsing error
+// CHECK: Skipping {{.*[/\\]}}missing.c. Compile command not found.
+// CHECK-NOT-EXIST: Error while processing {{.*[/\\]}}missing.c.
----------------
On trunk this fails tests because of https://reviews.llvm.org/D51729. Reverting that patch will properly ignore the missing file.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54109





More information about the cfe-commits mailing list