1 Commits

Author SHA1 Message Date
Corentin Jabot
55f1b91d50
[Clang] Fix a crash when parsing an invalid decltype (#148798)
We would try to exact an annotated token before checking if it was
valid, leading to a crash when `decltype` was the only token that was
parsed (which can happen in the absense of opening paren)

Fixes #114815
2025-07-15 18:09:51 +02:00