aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-14[clang-tidy][NFC] Switch to new file header style (#158497)Victor Chernyakin1-1/+1
2025-08-24[clang-tidy] Add check to replace operator[] with at() Enforce SL.con.3 (#95220)Paul Heidekrüger1-0/+3
2025-06-18Add check 'cppcoreguidelines-use-enum-class' (#138282)Philipp Jung1-0/+3
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-0/+1
2024-12-29[clang-tidy] swap cppcoreguidelines-narrowing-conversions and bugprone-narrow...Congcong Cai1-2/+2
2023-08-11[clang-tidy] Implement cppcoreguidelines CP.52Chris Cotter1-0/+3
2023-08-06[clang-tidy] Re-add cppcoreguidelines-macro-to-enum aliasPiotr Zegar1-0/+3
2023-06-13[clang-tidy] Add more checks for functions which should be noexceptAMS211-0/+9
2023-05-06[clang-tidy] Implement cppcoreguidelines F.19Chris Cotter1-0/+3
2023-04-17[clang-tidy] Add alias cppcoreguidelines-use-default-member-initCarlos Galvez1-0/+3
2023-04-15[clang-tidy] Apply cppcoreguidelines-avoid-capture-default-when-capturin-this...Carlos Galvez1-3/+3
2023-03-12[clang-tidy] Implement CppCoreGuideline F.18Chris Cotter1-0/+3
2023-03-10[clang-tidy] add check for capturing lambda coroutinesNoah Watkins1-0/+3
2023-02-02[clang-tidy] Implement CppCoreGuideline F.54Chris Cotter1-0/+3
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2023-01-05[clang-tidy] Implement CppCoreGuideline CP.53Chris Cotter1-0/+3
2022-10-10[clang-tidy] Add cppcoreguidelines-avoid-do-while checkCarlos Galvez1-0/+3
2022-08-11[clang-tidy] Add cppcoreguidelines-avoid-const-or-ref-data-members checkCarlos Galvez1-0/+3
2021-10-12Remove 'IgnoreDestructors = true' from cppcoreguidelines-explicit-virtual-fun...Carlos Galvez1-3/+0
2021-09-09[clang-tidy] cppcoreguidelines-virtual-base-class-destructor: a new checkMarco Gartmann1-0/+3
2021-05-04[clang-tidy][NFC] Update tests and Default options to use boolean valueNathan James1-2/+2
2020-09-21[clang-tidy] New check cppcoreguidelines-prefer-member-initializerAdam Balogh1-0/+3
2020-09-10Revert "[clang-tidy] New check readability-prefer-member-initializer"Roman Lebedev1-3/+0
2020-08-31[clang-tidy] New check readability-prefer-member-initializerAdam Balogh1-0/+3
2020-03-13Add CppCoreGuidelines I.2 "Avoid non-const global variables" checkKim Viggedal1-0/+3
2019-10-02Add the misc-init-local-variables check.Aaron Ballman1-0/+3
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-02-28[clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-14[clang-tidy] Avoid C arrays checkRoman Lebedev1-0/+3
2018-10-22[clang-tidy] implement cppcoreguidelines macro rulesJonas Toth1-0/+3
2018-10-18[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...Roman Lebedev1-0/+13
2018-10-03[clang-tidy] NFC reorder registering in CppCoreGuidelines moduleJonas Toth1-2/+2
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman1-0/+3
2018-05-23[clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet1-0/+3
2018-01-17[clang-tidy] implement check for gotoJonas Toth1-0/+3
2017-09-12[clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth1-0/+3
2017-09-12[clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth1-3/+0
2017-09-12[clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth1-0/+3
2016-12-13[Clang-tidy] check for malloc, realloc and free callsAlexander Kornienko1-0/+2
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-3/+2
2016-07-30[clang-tidy] add check cppcoreguidelines-special-member-functionsJonathan Coe1-0/+3
2016-07-22Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""Clement Courbet1-0/+3
2016-07-22Revert "[clang-tidy] new cppcoreguidelines-slicing"Clement Courbet1-3/+0
2016-07-22[clang-tidy] new cppcoreguidelines-slicingClement Courbet1-0/+3
2016-05-04[clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...Gabor Horvath1-2/+2
2016-04-08[clang-tidy] cppcoreguidelines-interfaces-global-initAlexander Kornienko1-0/+3
2016-02-15[clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.Felix Berger1-0/+3
2015-12-13[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre1-0/+3
2015-11-18Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant...NAKAMURA Takumi1-3/+0