[PATCH] D128402: [clang-tidy] Don't treat invalid branches as identical

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 09:37:51 PDT 2022


LegalizeAdulthood added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:221-224
+- Fixed a crash in :doc:`performance-unnecessary-value-param
+  <clang-tidy/checks/readability/suspicious-call-argument>` when the specialization
+  template has an unnecessary value parameter. Removed the fix for a template.
+
----------------
I'm confused.  The link text says `performance-unnecessary-value-param`, but the link is to `readability-suspicious-call-argument` and neither appears to be an alias for the other.

It appears this mistake was already there and you just alphabetized the list.  I'm going to fix it in main and alphabetize the list so you can rebase and just add your changes in isolation.


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

https://reviews.llvm.org/D128402



More information about the cfe-commits mailing list