Unverified Commit c2fea4cf authored by Aaron Ballman's avatar Aaron Ballman Committed by GitHub
Browse files

[C++] Fix parsing of _Alignas in local declarations (#81915)

We support '_Alignas' from C11 as an extension in C++. However, we were
not correctly parsing its use in local variable declarations. This patch
addresses that issue.
parent 2e585c48
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