llvm-project/clang-tools-extra/clang-tidy/cert
Balázs Kéri 0e95921bc3 [clang-tidy] Improve check cert-dcl58-cpp.
Detect template specializations that should be handled specially.
In some cases it is allowed to extend the `std` namespace with
template specializations.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D129353
2022-07-14 09:04:03 +02:00
..
CERTTidyModule.cpp [clang-tidy] Add check 'cert-err33-c'. 2021-11-02 11:38:47 +01:00
CMakeLists.txt [clang-tidy] Add new check 'concurrency-thread-canceltype-asynchronous' and alias 'cert-pos47-c'. 2021-02-22 12:42:20 +01:00
CommandProcessorCheck.cpp [NFC] Use hasAnyName matcher in place of anyOf(hasName()...) 2020-07-07 14:31:04 +01:00
CommandProcessorCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
DefaultOperatorNewAlignmentCheck.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
DefaultOperatorNewAlignmentCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
DontModifyStdNamespaceCheck.cpp [clang-tidy] Improve check cert-dcl58-cpp. 2022-07-14 09:04:03 +02:00
DontModifyStdNamespaceCheck.h [clang-tidy][docs] Fix a couple of missed cases from 6e566bc552 2022-06-22 21:37:16 +01:00
FloatLoopCounter.cpp
FloatLoopCounter.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
LICENSE.TXT
LimitedRandomnessCheck.cpp Remove redundant string initialization (NFC) 2021-12-26 09:39:26 -08:00
LimitedRandomnessCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
MutatingCopyCheck.cpp [clang-tidy] Use new mapping matchers 2021-02-03 23:21:17 +00:00
MutatingCopyCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
NonTrivialTypesLibcMemoryCallsCheck.cpp [clang-tidy] Extend cert-oop57-cpp to check non-zero memset values 2022-06-01 08:23:23 +02:00
NonTrivialTypesLibcMemoryCallsCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
PostfixOperatorCheck.cpp
PostfixOperatorCheck.h [clang-tidy][docs] Fix a couple of missed cases from 6e566bc552 2022-06-22 21:37:16 +01:00
ProperlySeededRandomGeneratorCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
ProperlySeededRandomGeneratorCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
SetLongJmpCheck.cpp
SetLongJmpCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
StaticObjectExceptionCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
StaticObjectExceptionCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
StrToNumCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
StrToNumCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
ThrownExceptionTypeCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
ThrownExceptionTypeCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
VariadicFunctionDefCheck.cpp
VariadicFunctionDefCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00