[clang] [Clang] Added explanation why a is constructible evaluated to false. (PR #143309)

Shamshura Egor via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 12 05:47:24 PDT 2025


================
@@ -564,11 +564,12 @@ struct A {
 namespace ex2 {
 #if __cplusplus >= 201103L
 struct Bar {
-  struct Baz {
+  struct Baz { // #Baz
----------------
egorshamshura wrote:

Fixed

https://github.com/llvm/llvm-project/pull/143309


More information about the cfe-commits mailing list