[clang] [Clang] Fix infinite loop on '::' inside parens in C mode (PR #195377)

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sun May 3 10:18:53 PDT 2026


zygoloid wrote:

I wonder if there are other places where we assume that a `::` token only exists in C++. Might be worth looking through each reference to the token kind if no-one's done that yet.

https://github.com/llvm/llvm-project/pull/195377


More information about the cfe-commits mailing list