[PATCH] D154999: [clang-tidy] Add bugprone-std-forward-type-mismatch check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 07:47:28 PDT 2023


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone/std-forward-type-mismatch.rst:28
+is a mismatch between the type passed as an argument and the template parameter.
+
----------------
Excessive newline.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154999



More information about the cfe-commits mailing list