diff options
author | Corentin Jabot <corentinjabot@gmail.com> | 2025-08-14 12:51:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 12:51:58 +0200 |
commit | 186176de459bd53e925ddc9c37500885551e1966 (patch) | |
tree | b6fe12b766e718d498c29ffb0aff48ddbb2e643d /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8d4f3171fa97a8c74c57fdbac2f609344b9a3f2d (diff) | |
download | llvm-186176de459bd53e925ddc9c37500885551e1966.zip llvm-186176de459bd53e925ddc9c37500885551e1966.tar.gz llvm-186176de459bd53e925ddc9c37500885551e1966.tar.bz2 |
[Clang] Do not consider a variadic function ellipsis part of a default arg (#153496)
When stashing the tokens of a parameter of a member function, we would
munch an ellipsis, as the only considered terminal conditions were `,`
and `)`.
Fixes #153445
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions