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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits