[PATCH] D90646: [clang] Add warning when `-include-pch` is passed multiple times
Keith Smiley via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 25 15:19:29 PST 2021
keith added a comment.
Fair question! I think this case is a bit different since it's quite subtle. The strange thing here is that the header you're intending to provide a pch for can still be read successfully, but not getting the benefits of the pch that you were expecting without knowing about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90646/new/
https://reviews.llvm.org/D90646
More information about the cfe-commits
mailing list