llvm-project/clang-tools-extra/clang-tidy/cert
Balazs Benics 665879b9e7 [clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheck
It was probably a copy-paste mistake.
The check was added as `cert-dcl58-cpp`, so the doc should point there.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D121373
2022-03-13 17:51:00 +01: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
DefaultOperatorNewAlignmentCheck.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
DefaultOperatorNewAlignmentCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
DontModifyStdNamespaceCheck.cpp [NFC] Use hasAnyName matcher in place of anyOf(hasName()...) 2020-07-07 14:31:04 +01:00
DontModifyStdNamespaceCheck.h [clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheck 2022-03-13 17:51:00 +01:00
FloatLoopCounter.cpp
FloatLoopCounter.h
LICENSE.TXT
LimitedRandomnessCheck.cpp Remove redundant string initialization (NFC) 2021-12-26 09:39:26 -08:00
LimitedRandomnessCheck.h
MutatingCopyCheck.cpp [clang-tidy] Use new mapping matchers 2021-02-03 23:21:17 +00:00
MutatingCopyCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NonTrivialTypesLibcMemoryCallsCheck.cpp [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NonTrivialTypesLibcMemoryCallsCheck.h [NFC] Fix endif comments to match with include guard 2022-01-07 15:52:59 +08:00
PostfixOperatorCheck.cpp [NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in clang-tidy matchers 2020-03-10 00:42:21 +00:00
PostfixOperatorCheck.h [clang-tidy][docs][NFC] Update URL and docs of PostfixOperatorCheck 2022-03-13 17:51:00 +01:00
ProperlySeededRandomGeneratorCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
ProperlySeededRandomGeneratorCheck.h
SetLongJmpCheck.cpp [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
SetLongJmpCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
StaticObjectExceptionCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
StaticObjectExceptionCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
StrToNumCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
StrToNumCheck.h
ThrownExceptionTypeCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
ThrownExceptionTypeCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
VariadicFunctionDefCheck.cpp [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
VariadicFunctionDefCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00