aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2023-07-24[clang-tidy] Initialize DiagnosticEngine in ExpandModularHeadersPiotr Zegar1-0/+3
2023-07-24[clang-tidy] Add bugprone-empty-catch checkPiotr Zegar4-0/+150
2023-07-24[clang-tidy] performance-* checks: Also allow allow member expressions to be ...Shivam Gupta1-15/+21
2023-07-23Revert "[clang-tidy] Add bugprone-empty-catch check"Piotr Zegar4-150/+0
2023-07-23[clang-tidy] Add bugprone-empty-catch checkPiotr Zegar4-0/+150
2023-07-23[clang-tidy][clang-tidy-diff.py] Change shebang from python to python3Shivam Gupta1-1/+1
2023-07-22[clang-tidy] Support concepts in `bugprone-forwarding-reference-overload`Evgeny Shulgin1-0/+6
2023-07-22[clang-tidy] Fix checks filter with warnings-as-errorsPiotr Zegar2-2/+2
2023-07-22[clang-tidy] Ignore implcit casts in cppcoreguidelines-owning-memoryPiotr Zegar1-0/+3
2023-07-22[clang-tidy][NFC] Fix list.rst generation when adding checkPiotr Zegar3-0/+9
2023-07-20[clang-tools-extra] the message in a static_assert is not always a string lit...Corentin Jabot1-1/+2
2023-07-19[clang-tidy] Warn only for copyable/movable classes in cppcoreguidelines-avoi...Carlos Galvez1-8/+77
2023-07-18[clang-tidy] Allow explicit throwing in bugprone-exception-escape for special...Piotr Zegar1-8/+15
2023-07-17[clang-tidy] Model noexcept more properly in bugprone-exception-escapePiotr Zegar1-1/+29
2023-07-17[clang-tidy] Add check for possibly incomplete switch statementsShivam Gupta4-0/+89
2023-07-16[clang-tidy] Improve build-in type handling in bugprone-swapped-argumentsPiotr Zegar1-8/+42
2023-07-11[clang-tidy] Make MatchesAnyListedNameMatcher cope with unnamed DeclMike Crowe1-1/+3
2023-07-11[clang-tidy] Don't split \r\n in modernize-use-std-print checkMike Crowe1-1/+4
2023-07-04[clang-tidy] Don't emit the whole spelling include header in include-cleaner ...Haojian Wu1-1/+3
2023-07-03[clang-tidy] Accessing checks not done for aliases of `std::array`Jorge Pinto Sousa1-1/+2
2023-07-03[clang-tidy] Fix width/precision argument order in modernize-use-std-printMike Crowe2-0/+41
2023-07-01[clang-tidy] Correct sizeof/alignas handling in misc-redundant-expressionPiotr Zegar1-2/+3
2023-06-29[clang-tidy] Fix modernize-use-std-print check when return value usedMike Crowe1-14/+40
2023-06-27Revert "[clang-tidy] Fix modernize-use-std-print check when return value used"Piotr Zegar1-40/+14
2023-06-27[clang-tidy] Fix modernize-use-std-print check when return value usedMike Crowe1-14/+40
2023-06-26[clang-tidy] Add modernize-printf-to-std-print checkMike Crowe7-0/+974
2023-06-26Revert "[clang-tidy] Add modernize-printf-to-std-print check"Piotr Zegar7-965/+0
2023-06-26[clang-tidy] Add modernize-printf-to-std-print checkMike Crowe7-0/+965
2023-06-25Revert "[clang-tidy] Add modernize-printf-to-std-print check"Piotr Zegar7-965/+0
2023-06-25[clang-tidy] Add modernize-printf-to-std-print checkMike Crowe7-0/+965
2023-06-24[clang-tidy] Fix false negative in readability-convert-member-functions-to-st...Nathan James1-0/+5
2023-06-24[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar4-0/+218
2023-06-24Revert "[clang-tidy] Add misc-header-include-cycle check"Piotr Zegar4-218/+0
2023-06-24[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar4-0/+218
2023-06-22[clang-tidy][NFC] Add missing argument comment to LexerUtils.cppPiotr Zegar1-2/+3
2023-06-19[clang-tidy] Reserved-identifier: Improved AllowedIdentifiers option to suppo...Felix2-7/+29
2023-06-18[clang-tidy] Improve `performance-move-const-arg` message when no move constr...AMS211-8/+25
2023-06-18[clang-tidy] Fix `llvmlibc-inline-function-decl` false positives for template...AMS211-2/+36
2023-06-18[clang-tidy] Refactor common code from the Noexcept*Checks into `NoexceptFunc...AMS219-147/+161
2023-06-15[clang-tidy] Correct the include-cleaner-check diagnostic message for missing...Haojian Wu1-5/+5
2023-06-14[clang-tidy] Fix wrong code generation for `modernize-loop-convert` with stru...AMS211-21/+40
2023-06-14[clang-tidy] Fix build bot break after 474a2b9367adNemanja Ivanovic1-0/+1
2023-06-13[clang-tidy] Add more checks for functions which should be noexceptAMS2112-19/+282
2023-06-13[clang-tidy] Move formatDereference to FixitHintUtilsMike Crowe4-44/+50
2023-06-13[clang-tidy] Fix crash in `modernize-use-default-member-init`AMS211-11/+20
2023-06-13[clang-tidy] Fix false positive in `readability-named-parameter` for defaulte...AMS211-1/+1
2023-06-12[clang-tidy] run-clang-tidy: forward warnings-as-errors argumentindev1-0/+10
2023-06-12Revert "[clang-tidy] Move formatDereference to FixitHintUtils"Piotr Zegar3-49/+44
2023-06-12[clang-tidy] Move formatDereference to FixitHintUtilsMike Crowe3-44/+49
2023-06-12[clang-tidy] Readability-container-data-pointer adds new option to ignore Con...Felix2-1/+16