Unverified Commit e91ea1b5 authored by Jim M. R. Teichgräber's avatar Jim M. R. Teichgräber Committed by GitHub
Browse files

[Clang] Disallow VLA type compound literals (#91891)

C99-C23 6.5.2.5 says: The type name shall specify an object type or an
array of unknown size, but not a variable length array type.

Fixes #89835.
parent 83e61d03
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment