================
@@ -53,7 +53,7 @@ void integer_suffix() {
   static_assert(is_same<decltype(v11), const unsigned long>::value, "");
   static_assert(v11 == 1, "");
 
-  static constexpr auto v12 = 1UL; // OK.
+  static constexpr auto v12 = 1UL;
----------------
localspook wrote:

Comment is wrong

https://github.com/llvm/llvm-project/pull/162851
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to