================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++2a -verify -ast-dump -ast-dump-decl-types
-ast-dump-filter "deduction guide" %s | FileCheck %s --strict-whitespace
+// RUN: %clang_cc1 -std=c++2a -verify -ast-dump -ast-dump-decl-types
-Wno-c++11-narrowing -ast-dump-filter "deduction guide" %s | FileCheck %s
--strict-whitespace
----------------
hokein wrote:
Oh, yeah, this was to suppress the narrowing double=>int conversion warning on
`BG bg = {1.0};`. I have changed the way to init the `bg` to get rid of this
warning.
https://github.com/llvm/llvm-project/pull/90894
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits