[PATCH] D74463: Add new check avoid-adjacent-unrelated-parameters-of-the-same-type

2020-02-11 Thread Kim Viggedal via Phabricator via cfe-commits
vingeldal updated this revision to Diff 244072. vingeldal added a comment. Updating D74463 : Add new check avoid-adjacent-unrelated-parameters-of-the-same-type - Changed commit message to start with [clang-tidy] Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D74463: Add new check avoid-adjacent-unrelated-parameters-of-the-same-type

2020-02-11 Thread Kim Viggedal via Phabricator via cfe-commits
vingeldal created this revision. Herald added subscribers: cfe-commits, kbarton, mgorny, nemanjai. Herald added a project: clang. This check is part of the C++ Core Guidelines, rule I.24 https://github.com/vingeldal/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Ri-unrelated Repository: