llvm-project/clang-tools-extra/test/clang-tidy
Whisperity 8b0cc4a65d [clang-tidy] Improve "common type" diagnostic output in 'bugprone-easily-swappable-parameters'
Make the check handle cases of the "common type" involved in the mix
being non-trivial, e.g. pointers, references, attributes, these things
coming from typedefs, etc.

This results in clearer diagnostics that have more coverage in their
explanation, such as saying `const int &` as common type instead of
`int`.

Reviewed By: aaron.ballman

Differential Revision: http://reviews.llvm.org/D106442
2021-07-23 10:26:22 +02:00
..
checkers [clang-tidy] Improve "common type" diagnostic output in 'bugprone-easily-swappable-parameters' 2021-07-23 10:26:22 +02:00
infrastructure [clang-tidy] LIT test fix for Remark diagnostic 2021-06-11 02:02:36 -07:00
check_clang_tidy.py [clang-tidy][test] Allow specifying potentially unused suffixes 2021-02-24 15:22:54 +00:00