[clang] [clang] Disallow VLA type compound literals (PR #91891)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 05:02:20 PDT 2024


Jim M. R. =?utf-8?q?Teichgräber?=,Jim M. R. =?utf-8?q?Teichgräber?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/91891 at github.com>


Sirraide wrote:

> A question on that, would you classify this as a breaking change?

This is just a bug fix, so no. Rejecting code that we would erroneously accept (and miscompile in the process) is not really a breaking change.

https://github.com/llvm/llvm-project/pull/91891


More information about the cfe-commits mailing list