================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-unknown-linux-gnu %s
+
+enum E { // expected-warning {{enumeration values exceed range of largest 
integer}}
----------------
ojhunt wrote:

can we split this into two separate enums so we don't have a single warning 
conflating both values?

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

Reply via email to