================
@@ -2482,6 +2529,13 @@ def spelling(self):
     FLOAT128 = 30
     HALF = 31
     FLOAT16 = 32
+    SHORTACCUM = 33
+    ACCUM = 34
+    LONGACCUM = 35
+    USHORTACCUM = 36
+    UACCUM = 37
+    ULONGACCUM = 38
+    BFLOAT16 = 39
     IBM128 = 40
----------------
DeinAlptraum wrote:

No, the test does break. But I realized this also makes the test pointless now: 
the only thing it does is test precisely that we do *not* have aliases. The 
entire module already throws an error on load if the same variant is redefined.
I added the aliases and removed the test

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

Reply via email to