================ @@ -227,6 +227,12 @@ Improvements to Clang's diagnostics when accessing a member function on a past-the-end array element. (#GH179128) +- Fixed the FixIt for the ``implicit-int`` group of diagnostics. (#GH179354) + +- Changed the ``implicit-int`` diagnostics such that only one will be emitted + per comma-separated declaration group. Previously, one was generated for each + declarator in the group. ---------------- Sirraide wrote:
```suggestion - Added a missing space to the FixIt for the ``implicit-int`` group of diagnostics and made sure that only one such diagnostic and FixIt is emitted per declaration group. (#GH179354) ``` Usually we only have one release note per pr, so I’d merge these. https://github.com/llvm/llvm-project/pull/179356 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
