[PATCH] D98738: [clang-tidy] performance-* checks: Match AllowedTypes against qualified type names when they contain "::".

Felix Berger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 6 12:42:17 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGddebed8e9742: [clang-tidy] performance-* checks: Match AllowedTypes against qualified type… (authored by flx).

Changed prior to commit:
  https://reviews.llvm.org/D98738?vs=335267&id=335632#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98738

Files:
  clang-tools-extra/clang-tidy/utils/Matchers.h
  clang-tools-extra/docs/clang-tidy/checks/performance-for-range-copy.rst
  clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-copy-initialization.rst
  clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-value-param.rst
  clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy-allowed-types.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98738.335632.patch
Type: text/x-patch
Size: 7529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210406/de75b3a0/attachment.bin>


More information about the cfe-commits mailing list