aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-11-16[clang-tidy] Rename `cert-msc30-c` and `cert-msc50-cpp` to `misc-predictable-...mitchell1-3/+3
2025-11-10[clang-tidy] Move 'cert-msc51-cpp', 'cert-msc32-c' checks outside of 'cert' m...luobochuanqi1-3/+3
2025-11-10[clang-tidy] Rename 'cert-err60-cpp' to 'bugprone-exception-copy-constructor-...Baranov Victor1-2/+3
2025-11-08[clang-tidy][NFC] Add missing "Check" suffix to filenames in clang-tidy check...mitchell1-1/+1
2025-11-07[clang-tidy] Rename and move 'cert-oop58-cpp' to 'bugprone-copy-constructor-m...Dasha Buka1-2/+3
2025-11-06[clang-tidy] Rename `cert-flp30-c` to `bugprone-float-loop-counter` (#166571)mitchell1-2/+3
2025-11-05[clang-tidy] Rename `cert-dcl58-cpp` to `bugprone-std-namespace-modification`...mitchell1-2/+3
2025-11-03[clang-tidy] Rename `cert-mem57-cpp` to `bugprone-default-operator-new-on-ove...mitchell1-3/+4
2025-11-03[clang-tidy] Rename and move 'cert-oop57-cpp' to 'bugprone-raw-memory-call-on...Dasha Buka1-2/+2
2025-09-25[clang-tidy] Rename `cert-env33-c` to `bugprone-command-processor` (#160275)mitchell1-2/+3
2025-09-22[clang-tidy] Rename 'cert-err52-cpp' to 'modernize-avoid-setjmp-longjmp' (#15...mitchell1-4/+5
2025-09-22[clang-tidy] Rename 'cert-dcl50-cpp' to 'modernize-avoid-variadic-functions' ...Baranov Victor1-2/+3
2025-09-22[clang-tidy] Rename 'cert-err58-cpp' to 'bugprone-throwing-static-initializat...Baranov Victor1-2/+3
2025-09-14[clang-tidy][NFC] Switch to new file header style (#158497)Victor Chernyakin1-1/+1
2025-09-09[clang-tidy] Rename 'cert-err34-c' to 'bugprone-unchecked-string-to-number-co...Baranov Victor1-2/+4
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-1/+1
2025-06-08[clang-tidy][NFC] run clang-format over 'cert', 'cppcore', 'fuchsia',… (#14...Baranov Victor1-4/+2
2025-04-11[clang-tidy] Fix `cert-err33-c` to ignore functions with same prefixes as tar...Björn Svensson1-177/+177
2024-09-17[clang-tidy] Extend `bugprone-sizeof-expression` with matching `P +- sizeof(T...Zoltán Porkoláb1-0/+10
2024-07-22[clang-tidy] Ensure functions are anchored in the global namespace (for cert-...matthew-f1-177/+177
2024-07-04[clang-tidy] Add `bugprone-pointer-arithmetic-on-polymorphic-object` check (#...Discookie1-0/+5
2024-05-03[clang-tidy] Add 'cert-int09-c' alias for 'readability-enum-initial-value' (#...whisperity1-0/+4
2024-01-31[clang-tidy] Remove cert-dcl21-cpp check (#80181)Carlos Galvez1-3/+0
2023-10-26[clang-tidy] Improve bugprone-unused-return-value check (#66573)Piotr Zegar1-0/+1
2023-02-02[clang-tidy] Add the `bugprone-unsafe-functions` checkGergely Fűtő1-0/+5
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2022-08-12[clang-tidy] Support C++14 in bugprone-signal-handler.Balázs Kéri1-0/+2
2022-08-10Revert rGa772f775a2ba401e95a0bbe73deb6300f1dc12c0 "[clang-tidy] Support C++14...Simon Pilgrim1-2/+0
2022-08-10[clang-tidy] Support C++14 in bugprone-signal-handler.Balázs Kéri1-0/+2
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éri1-0/+4
2020-11-04[clang-tidy] Add signal-handler-check for SEI CERT rule SIG30-CBalázs Kéri1-0/+3
2020-05-06[clang-tidy]: Add cert-str34-c alias for bugprone-signed-char-misuse.Tamás Zolnai1-0/+5
2020-03-21[clang-tidy] Add spuriously-wake-up-functions checkabelkocsis1-0/+7
2020-01-20[clang-tidy] Add check for CERT-OOP57-CPPNathan1-0/+3
2020-01-17Add `bugprone-reserved-identifier`Logan Smith1-1/+6
2019-12-15[clang-tidy] Add cert-oop58-cpp checkGabor Bencze1-0/+3
2019-11-19[clang-tidy] Added DefaultOperatorNewCheck.Balázs Kéri1-5/+9
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-05-23[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai1-0/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev1-0/+10
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev1-10/+0
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev1-0/+10
2018-07-05Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman1-0/+5
2017-11-27[clang-tidy] Move checks from misc- to performance-Alexander Kornienko1-2/+2