[PATCH] D112881: [clang-tidy] Allow disabling integer to floating-point narrowing conversions for cppcoreguidelines-narrowing-conversions

Paul Altin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 1 15:18:12 PDT 2021


paulaltin added a comment.

In D112881#3100214 <https://reviews.llvm.org/D112881#3100214>, @Eugene.Zelenko wrote:

> Please mention improvement in Release Notes, in `Changes in existing checks` section. See example <https://releases.llvm.org/11.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html>.

Thanks @Eugene.Zelenko, and apologies for the n00b mistakes (this is my first Phabricator submission).

Would you be able to help me understand why the pre-merge checks are failing?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112881/new/

https://reviews.llvm.org/D112881



More information about the cfe-commits mailing list