[PATCH] D134507: [Clang] add missing ClangABICompat check
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 15:15:42 PDT 2022
ychen added a comment.
In D134507#3831951 <https://reviews.llvm.org/D134507#3831951>, @rjmccall wrote:
> DRs do not modify existing language versions. We can decide as a vendor whether to apply DRs to existing language versions. The fact that this is a language semantics change makes me think that we should not in this case.
Sounds good to me. @aaron.ballman do you agree? If so, I'll make a follow-up patch to make the DRs conditional on C++20.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134507/new/
https://reviews.llvm.org/D134507
More information about the cfe-commits
mailing list