diff options
author | Felix Berger <flx@google.com> | 2021-03-16 15:55:44 -0400 |
---|---|---|
committer | Felix Berger <flx@google.com> | 2021-04-06 15:41:35 -0400 |
commit | ddebed8e9742add4372d54021cb55e06b655cfd6 (patch) | |
tree | afb91129a52140d0211e5ae8f6e29aa20fa3f324 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 8fbc05acd5531a8bb74f689699e8de2788bcb769 (diff) | |
download | llvm-ddebed8e9742add4372d54021cb55e06b655cfd6.zip llvm-ddebed8e9742add4372d54021cb55e06b655cfd6.tar.gz llvm-ddebed8e9742add4372d54021cb55e06b655cfd6.tar.bz2 |
[clang-tidy] performance-* checks: Match AllowedTypes against qualified type names when they contain "::".
This allows users to be more precise and exclude a type in a specific namespace
from triggering the check instead of excluding all types with the same
unqualified name.
This change should not interfere with correctly configured clang-tidy setups
since an AllowedType with "::" would never match.
Differential Revision: https://reviews.llvm.org/D98738
Reviewed-by: ymandel, hokein
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions