[PATCH] D69560: [clang-tidy] Add 'cppcoreguidelines-avoid-adjacent-arguments-of-same-type' check

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 29 06:17:36 PDT 2019


whisperity added a comment.
Herald added a subscriber: wuzish.

A few interesting "true positive" findings:

- F10568770: AnalysisDeclContext.cpp_9aaed563ddd9ebd73fdd228c2883b8e7.plist.html <https://reviews.llvm.org/F10568770> (Such cases with many `bool`s are being discussed on enhancing type safety and type strength <http://lists.llvm.org/pipermail/llvm-dev/2019-August/134302.html>
- F10568771: bitcoingui.cpp_27769deaa63c894e4fc430d7122c368d.plist.html <https://reviews.llvm.org/F10568771>
- F10568773: CheckerRegistry.cpp_d0d988840a154a07670cc410e23a7c8e.plist.html <https://reviews.llvm.org/F10568773>
- F10568775: text_format.cc_f34502df2725b30018c086b6767cbd26.plist.html <https://reviews.llvm.org/F10568775>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69560





More information about the cfe-commits mailing list