================ @@ -0,0 +1,6 @@ +// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -std=c11 -pedantic-errors -verify %s ---------------- AaronBallman wrote:
This misunderstands the purpose of the issue -- we're accepting the code as an extension and the issue is that we're not correctly identifying it as an extension, so `-pedantic-errors` doesn't reject it. We want the diagnostic in all language modes. https://github.com/llvm/llvm-project/pull/166332 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
