[clang] [clang] Remove diagnostic that came with `[[clang::preferred_type]]` (PR #70632)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 07:39:23 PDT 2023


Endilll wrote:

> Why doesn't this result in any changes to tests? I would expect having to remove them, right?

There was a single test that was relying on sign mismatch, and then during code review we made the diagnostic to ignore signness. So it ended up merged without test case where this diagnostic was triggered.

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


More information about the cfe-commits mailing list