[clang] [Clang] Fix FixIt for implicit-int diagnostics. (PR #179356)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 9 08:00:00 PST 2026
https://github.com/Sirraide commented:
Yeah, I think checking for the first declarator in `ConvertDeclSpecToType()` should work; the other places can be left as-is I think (e.g. `Parser::ParseFunctionDefinition` is fine since function definitions can't be part of a decl group anyway).
https://github.com/llvm/llvm-project/pull/179356
More information about the cfe-commits
mailing list