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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 06:51:32 PDT 2022


aaron.ballman added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param.cpp:1
 // RUN: %check_clang_tidy %s performance-unnecessary-value-param %t
 
----------------
This will fix your Windows testing issue, I believe.


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

https://reviews.llvm.org/D116593



More information about the cfe-commits mailing list