[PATCH] D116593: Fix `performance-unnecessary-value-param` for template specialization

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 09:17:02 PDT 2022


steakhal added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:205-208
+- Fixed a crash in :doc:`performance-unnecessary-value-param
+  <clang-tidy/checks/readability-suspicious-call-argument>` when the specialization
+  template has an unnecessary value paramter. Removed the fix for a template.
+
----------------
This is not at the expected alphabetical place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116593



More information about the cfe-commits mailing list