aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-1/+1
2024-06-08[clang-tidy] new check misc-use-internal-linkage (#90830)Congcong Cai1-0/+3
2023-10-17[clang-tidy] Add check to diagnose coroutine-hostile RAII objects (#68738)Utkarsh Saxena1-0/+3
2023-06-24[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar1-0/+3
2023-06-24Revert "[clang-tidy] Add misc-header-include-cycle check"Piotr Zegar1-3/+0
2023-06-24[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar1-0/+3
2023-06-02[clang-tidy] Implement an include-cleaner check.Viktoriia Bakalova1-0/+2
2023-04-15Revert "[clang-tidy] Add misc-header-include-cycle check"Piotr Zegar1-3/+0
2023-04-15[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar1-0/+3
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2022-12-01[clang-tidy] Add misc-use-anonymous-namespace checkCarlos Galvez1-0/+3
2022-07-24[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to u...Jonas Toth1-0/+3
2022-06-22[clang-tidy] Confusable identifiers detectionserge-sans-paille1-0/+3
2022-06-03Revert "[clang-tidy] Confusable identifiers detection"Nico Weber1-2/+0
2022-06-03[clang-tidy] Confusable identifiers detectionserge-sans-paille1-0/+2
2022-01-12Misleading bidirectional detectionserge-sans-paille1-0/+3
2021-11-10Misleading unicode identifier detection passserge-sans-paille1-0/+3
2021-11-09Revert "Misleading unicode identifier detection pass"serge-sans-paille1-3/+0
2021-11-09Misleading unicode identifier detection passserge-sans-paille1-0/+3
2020-02-13[clang-tidy] misc-no-recursion: a new checkRoman Lebedev1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-18[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...Roman Lebedev1-0/+3
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko1-3/+3
2018-03-15[clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl...Alexander Kornienko1-2/+0
2018-03-15[clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-containerAlexander Kornienko1-2/+0
2018-03-15[clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expressionAlexander Kornienko1-3/+0
2018-03-15[clang-tidy] rename_check.py {misc,bugprone}-macro-parenthesesAlexander Kornienko1-3/+0
2018-02-28[clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko1-12/+0
2018-02-28Rename more checks from misc- to bugprone-.Alexander Kornienko1-12/+0
2018-02-28Rename a few checks from misc- to bugprone-.Alexander Kornienko1-12/+0
2018-01-30clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundingsAlexander Kornienko1-3/+0
2018-01-30clang-tidy/rename_check.py misc-string-compare readability-string-compareAlexander Kornienko1-2/+0
2017-11-28[clang-tidy] Move more checks from misc- to performance-Alexander Kornienko1-6/+0
2017-11-27[clang-tidy] Move checks from misc- to performance-Alexander Kornienko1-6/+0
2017-11-24[clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko1-24/+0
2017-11-24[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko1-2/+0
2017-11-23[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko1-2/+0
2017-11-23[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko1-3/+0
2017-06-02[clang-tidy] check for __func__/__FUNCTION__ in lambdasAlexander Kornienko1-0/+3
2017-04-06[clang-tidy] Check for forwarding reference overload in constructors.Gabor Horvath1-0/+3
2016-12-30[clang-tidy] Add check 'misc-string-compare'.Mads Ravn1-0/+2
2016-12-27[clang-tidy] Add enum misuse check.Gabor Horvath1-0/+3
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-13/+8
2016-10-21Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only casesRichard Smith1-3/+0
2016-09-14[clang-tidy] Add check 'misc-use-after-move'Martin Bohme1-0/+2
2016-08-30[clang-tidy] Add check 'misc-move-forwarding-reference'Martin Bohme1-0/+3
2016-08-01[clang-tidy] remove trailing whitespaces and retabKirill Bobyrev1-1/+1
2016-06-07Add the misc-misplaced-const check to clang-tidy, which diagnoses when a cons...Aaron Ballman1-0/+3
2016-05-04[clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...Gabor Horvath1-3/+3
2016-04-26[clang-tidy] New checker for redundant expressions.Etienne Bergeron1-0/+3