[PATCH] D60233: [clang-scan-deps] initial outline of the tool that runs preprocessor to find dependencies over a JSON compilation database
Matthew Voss via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 4 10:48:00 PDT 2019
ormris added inline comments.
================
Comment at: test/ClangScanDeps/regular_cdb.cpp:14
+// CHECK: regular_cdb.cpp
+// CHECK-NEXT: Inputs/header.h
----------------
Quick drive-by nit: This test won't work under Windows due to the path separator. To account for both platforms, you could use a pattern like "{{/|\\}}".
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60233/new/
https://reviews.llvm.org/D60233
More information about the cfe-commits
mailing list