[PATCH] D114299: [clang-tidy] Fix `readability-redundant-declaration` false positive for template friend declaration

Fabian Wolff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 1 16:30:46 PST 2021


fwolff added a comment.

In D114299#3164127 <https://reviews.llvm.org/D114299#3164127>, @aaron.ballman wrote:

> Hmm, the test case you added passes without the patch applied: https://godbolt.org/z/T9TerMYGz

You are right; I have fixed the test now, and I've also added your other example as a second test.


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

https://reviews.llvm.org/D114299



More information about the cfe-commits mailing list