[PATCH] D108720: Effectively revert 33c3d8a916c / D33782
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 25 12:43:23 PDT 2021
rnk added a comment.
In D108720#2965642 <https://reviews.llvm.org/D108720#2965642>, @zero9178 wrote:
> Just a heads up, the patch added `/permissive` and `/permissive-`, but made neither the default as to not be a breaking change. That means that clang-cl still parses operator keywords and also does delayed template parsing, as it did before the patch.
Oh, I see. So, my change will then be a breaking change: users of clang-cl with no flags will not be able to include <query.h> from the Windows SDK out of the box. But, such users can simply add `/permissive` and probably carry on their way. I think I can live with that. I may add a release note for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108720/new/
https://reviews.llvm.org/D108720
More information about the cfe-commits
mailing list