Files
llvm-project/clang/docs
Karl Friebel 0776af16c5 [Clang] [Sema] Fix FixIt for implicit-int diagnostics. (#179356)
When encountering a declaration without a type specifier, in contexts
where they could reasonably be assumed to default to int, clang emits a
diagnostic with FixIt. This FixIt does not produce working code.

This patch updates `SemaType` to correctly insert a single int type
specifier per group of declarations, and adds coverage in the FixIt lit test suite.

Fixes #179354
2026-02-11 15:47:36 +00:00
..
2025-12-12 11:36:00 +01:00