[PATCH] D52773: clang-cl: Add /showFilenames option (PR31957)
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 11 02:57:11 PDT 2018
hans added inline comments.
================
Comment at: test/Driver/cl-showfilenames.c:7-8
+// multiple: cl-showfilenames.c
+// multiple-NEXT: wildcard1.c
+// multiple-NEXT: wildcard2.c
----------------
rnk wrote:
> I think it'd be nice to have the test show that diagnostics come out interleaved between the filenames. You can use `#pragma message` in the input files or something else to create warnings.
Good idea, thanks.
https://reviews.llvm.org/D52773
More information about the cfe-commits
mailing list