[clang] [Clang] Qualified functions can't decay into pointers (PR #90353)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 26 06:24:33 PDT 2024
================
@@ -71,6 +76,17 @@ namespace cwg712 { // cwg712: partial
#endif
}
+namespace cwg713 { // cwg713: yes
----------------
Endilll wrote:
Please, run your test through various Clang versions before claiming availability. In this case, this is rejected by 18, but accepted on trunk: https://godbolt.org/z/dbq67deWE
So the right status might be 19 or 20 depending on when we started to accept this.
https://github.com/llvm/llvm-project/pull/90353
More information about the cfe-commits
mailing list