https://github.com/Sirraide commented:

One more thing I thought of: What about C++ edge cases, e.g. both Clang and GCC 
accept this... which doesn’t quite seem right to me 
(https://godbolt.org/z/K58eEvG9P):
```c++
typeof(int){} x; // Probably parsed as typeof(int{})
```

https://github.com/llvm/llvm-project/pull/146394
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to