diff options
author | Younan Zhang <zyn7109@gmail.com> | 2025-04-18 16:27:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 16:27:27 +0800 |
commit | c7daab259c3281cf8f649583993bad2536febc02 (patch) | |
tree | 4ef5ba35be227924f42193e4f4c403d1a7e565eb /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 64ffecfc433d43a15e3d1d51886ff0e0a876a547 (diff) | |
download | llvm-c7daab259c3281cf8f649583993bad2536febc02.zip llvm-c7daab259c3281cf8f649583993bad2536febc02.tar.gz llvm-c7daab259c3281cf8f649583993bad2536febc02.tar.bz2 |
[Clang] Fix the trailing comma regression (#136273)
925e195 introduced a regression since which we started to accept invalid
trailing commas in many expression lists where they're not allowed by
the grammar. The issue came from the fact that an additional invalid
state - previously handled by ParseExpressionList - was overlooked in
that patch.
Fixes https://github.com/llvm/llvm-project/issues/136254
No release entry because I want to backport it.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions