aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert
AgeCommit message (Expand)AuthorFilesLines
2022-07-14[clang-tidy] Improve check cert-dcl58-cpp.Balázs Kéri1-19/+108
2022-06-22[clang-tidy][docs] Fix a couple of missed cases from 6e566bc5523Nathan James2-2/+2
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard12-12/+12
2022-06-01[clang-tidy] Extend cert-oop57-cpp to check non-zero memset valuesEndre Fülöp1-3/+2
2022-06-01Revert "[clang-tidy] Extend cert-oop57-cpp to check non-zero memset values"Endre Fülöp1-2/+3
2022-06-01[clang-tidy] Extend cert-oop57-cpp to check non-zero memset valuesEndre Fülöp1-3/+2
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James2-26/+9
2022-03-13[clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheckBalazs Benics1-1/+1
2022-03-13[clang-tidy][docs][NFC] Update URL and docs of PostfixOperatorCheckBalazs Benics1-1/+1
2022-01-07[NFC] Fix endif comments to match with include guardQiu Chaofan1-1/+1
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata1-1/+1
2021-11-02[clang-tidy] Add check 'cert-err33-c'.Balázs Kéri1-2/+193
2021-08-26[clang-tidy] Add bugprone-suspicious-memory-comparison checkGabor Bencze1-0/+6
2021-05-04[clang-tidy][NFC] Update tests and Default options to use boolean valueNathan James1-2/+2
2021-02-22[clang-tidy] Add new check 'concurrency-thread-canceltype-asynchronous' and a...Balázs Kéri2-0/+5
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-9/+3
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko2-14/+14
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko4-4/+4
2020-11-04[clang-tidy] Add signal-handler-check for SEI CERT rule SIG30-CBalázs Kéri1-0/+3
2020-07-07[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James2-3/+2
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-4/+8
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly4-9/+17
2020-05-06[clang-tidy]: Add cert-str34-c alias for bugprone-signed-char-misuse.Tamás Zolnai1-0/+5
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-1/+4
2020-03-21[clang-tidy] Add spuriously-wake-up-functions checkabelkocsis1-0/+7
2020-03-11Prune TargetInfo.h include from ParsedAttr.h, NFCReid Kleckner1-0/+1
2020-03-10[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in cl...Nathan James1-2/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James18-35/+27
2020-01-30[ASTMatchers] Add hasPlacementArg and hasAnyPlacementArg traversal matcher fo...Nathan James1-5/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+2
2020-01-20[clang-tidy] Add check for CERT-OOP57-CPPNathan4-0/+197
2020-01-17Add `bugprone-reserved-identifier`Logan Smith1-1/+6
2019-12-15[clang-tidy] Add cert-oop58-cpp checkGabor Bencze4-0/+122
2019-11-19[clang-tidy] Added DefaultOperatorNewCheck.Balázs Kéri4-5/+119
2019-11-11[clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...Abel Kocsis1-0/+4
2019-11-11Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...Abel Kocsis1-4/+0
2019-11-11[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...Abel Kocsis1-0/+4
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-05-23[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai2-0/+5
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko11-11/+11
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2-4/+6
2019-03-22[clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyNameAlexander Kornienko2-9/+7
2019-03-01Fix file headers. NFCFangrui Song3-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth23-92/+69
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-2/+2
2018-11-28Fix false positive with lambda assignments in cert-err58-cpp.Aaron Ballman1-1/+2
2018-11-28Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg1-2/+2
2018-11-28Fix a false-positive with cert-err58-cpp.Aaron Ballman1-1/+1
2018-11-27Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg1-2/+2