================
@@ -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}}
----------------
srimanreddy4 wrote:

Done! I realized that after splitting the values, E1 became redundant (since E2 
no longer depends on it) as E1 (Value 1<<60) is valid and fits in unsigned long 
long, so I removed E1 entirely to keep the test case minimal. 
Pushed!


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