[PATCH] D152707: [clang][Sema] Provide source range to several Wunused warnings
Takuya Shimizu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 13 02:12:23 PDT 2023
hazohelet added a comment.
In D152707#4413899 <https://reviews.llvm.org/D152707#4413899>, @tbaeder wrote:
> Precommit-CI also found some problems on Windows
It's a littile surprising to me that clang outputs different diagnostics on windows. I suspect it might be related to the clang driver, so I'll try `%clang_cc1` as you suggested, and if it still fails on windows, I'll split the test into separate files to have completely same inputs as already-working tests in `test/Sema`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152707/new/
https://reviews.llvm.org/D152707
More information about the cfe-commits
mailing list