[PATCH] D150122: [Clang] Fix status of P0960
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 9 05:36:02 PDT 2023
aaron.ballman added a reviewer: ayzhao.
aaron.ballman added subscribers: ayzhao, tstellar.
aaron.ballman added a comment.
I believe we are having another release of Clang 16, but @tstellar can confirm or deny that.
AIUI, there were a few issues holding us back from claiming complete support (added @ayzhao as a reviewer in case he has a different opinion):
https://github.com/llvm/llvm-project/issues/61145 (backported to 16.x)
https://github.com/llvm/llvm-project/issues/62296 (backported to 16.x)
https://github.com/llvm/llvm-project/issues/62266 (not backported)
https://github.com/llvm/llvm-project/issues/61567 (not backported)
If we backport the two other issues to 16, then I think the changes in this review are fine. If we don't backport those two, I think we should claim Clang 17 to be conservative.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150122/new/
https://reviews.llvm.org/D150122
More information about the cfe-commits
mailing list