================
@@ -281,7 +281,7 @@ namespace dr1837 { // dr1837: 3.3
 
   struct A {
     int f();
-    bool b = [] {
+    bool b = [] { // since-cxx11-warning{{address of lambda function pointer 
conversion operator will always evaluate to 'true'}}
----------------
Endilll wrote:

Convert this to `// since-cxx11-warning@-1` style, to follow the rest of the 
file.

https://github.com/llvm/llvm-project/pull/83152
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to