[clang-tools-extra] [clang-tidy] Ignore deleted ctor in `bugprone-forwarding-reference-overload` (PR #88138)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 01:14:17 PDT 2024


================
@@ -102,6 +102,7 @@ Improvements to clang-tidy
   similar fashion to what `-header-filter` does for header files.
 - Improved :program:`check_clang_tidy.py` script. Added argument `-export-fixes`
   to aid in clang-tidy and test development.
+- Fixed an issue with `bugprone-forwarding-reference-overload` where it would incorrectly flag deleted constructors
----------------
PiotrZSL wrote:

Not here, under `Changes in existing checks` section and follow current format there.

https://github.com/llvm/llvm-project/pull/88138


More information about the cfe-commits mailing list