aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test
AgeCommit message (Expand)AuthorFilesLines
2023-07-24[clang-tidy] Initialize DiagnosticEngine in ExpandModularHeadersPiotr Zegar1-0/+4
2023-07-24[clang-tidy] Add folly::Optional to unchecked-optional-accessAnton Dukeman2-0/+79
2023-07-24[clang-tidy] Add bugprone-empty-catch checkPiotr Zegar1-0/+67
2023-07-24[clang-tidy] performance-* checks: Also allow allow member expressions to be ...Shivam Gupta2-0/+68
2023-07-23Revert "[clang-tidy] Add bugprone-empty-catch check"Piotr Zegar1-67/+0
2023-07-23[clang-tidy] Add bugprone-empty-catch checkPiotr Zegar1-0/+67
2023-07-22[clang-tidy] Support concepts in `bugprone-forwarding-reference-overload`Evgeny Shulgin1-0/+29
2023-07-22[clang-tidy] Fix checks filter with warnings-as-errorsPiotr Zegar1-5/+12
2023-07-22[clang-tidy] Ignore implcit casts in cppcoreguidelines-owning-memoryPiotr Zegar1-0/+13
2023-07-20[modularize] Stabilize iteration order when processing module mapsFangrui Song1-2/+2
2023-07-19[clang-tidy] Warn only for copyable/movable classes in cppcoreguidelines-avoi...Carlos Galvez1-0/+127
2023-07-18[clang-tidy] Allow explicit throwing in bugprone-exception-escape for special...Piotr Zegar2-1/+24
2023-07-17[clang-tidy] Model noexcept more properly in bugprone-exception-escapePiotr Zegar1-9/+28
2023-07-17[clang-tidy] Add check for possibly incomplete switch statementsShivam Gupta1-0/+80
2023-07-16[clang-tidy] Improve build-in type handling in bugprone-swapped-argumentsPiotr Zegar1-6/+31
2023-07-11[clang-tidy] Make MatchesAnyListedNameMatcher cope with unnamed DeclMike Crowe1-2/+9
2023-07-11[clang-tidy] Don't split \r\n in modernize-use-std-print checkMike Crowe1-0/+10
2023-07-07Implement P2361 Unevaluated string literalsCorentin Jabot1-3/+0
2023-07-04[clang-tidy] Don't emit the whole spelling include header in include-cleaner ...Haojian Wu1-2/+2
2023-07-03[clang-tidy] Accessing checks not done for aliases of `std::array`Jorge Pinto Sousa1-0/+22
2023-07-03[clang-tidy] Fix width/precision argument order in modernize-use-std-printMike Crowe1-7/+31
2023-07-01[clang-tidy] Correct sizeof/alignas handling in misc-redundant-expressionPiotr Zegar1-0/+12
2023-06-29[clang-tidy] Fix modernize-use-std-print check when return value usedMike Crowe3-2/+259
2023-06-27Revert "[clang-tidy] Fix modernize-use-std-print check when return value used"Piotr Zegar3-255/+0
2023-06-27[clang-tidy] Fix modernize-use-std-print check when return value usedMike Crowe3-0/+255
2023-06-26[clang-tidy] Add modernize-printf-to-std-print checkMike Crowe11-1/+1635
2023-06-26Revert "[clang-tidy] Add modernize-printf-to-std-print check"Piotr Zegar10-1612/+1
2023-06-26[clang-tidy] Add modernize-printf-to-std-print checkMike Crowe10-1/+1612
2023-06-25Revert "[clang-tidy] Add modernize-printf-to-std-print check"Piotr Zegar9-1550/+1
2023-06-25[clang-tidy] Add modernize-printf-to-std-print checkMike Crowe9-1/+1550
2023-06-24[clang-tidy] Fix false negative in readability-convert-member-functions-to-st...Nathan James1-0/+18
2023-06-24[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar20-0/+107
2023-06-24Revert "[clang-tidy] Add misc-header-include-cycle check"Piotr Zegar20-106/+0
2023-06-24[clang-tidy] Add misc-header-include-cycle checkPiotr Zegar20-0/+106
2023-06-19[clang-tidy] Reserved-identifier: Improved AllowedIdentifiers option to suppo...Felix1-1/+1
2023-06-18[clang-tidy] Improve `performance-move-const-arg` message when no move constr...AMS211-8/+210
2023-06-18[clang-tidy] Fix `llvmlibc-inline-function-decl` false positives for template...AMS211-0/+191
2023-06-15[clang-tidy] Correct the include-cleaner-check diagnostic message for missing...Haojian Wu1-3/+3
2023-06-14[clang-tidy] Fix wrong code generation for `modernize-loop-convert` with stru...AMS211-0/+49
2023-06-13[clang-tidy] Add more checks for functions which should be noexceptAMS213-55/+567
2023-06-13[clang-tidy] Fix crash in `modernize-use-default-member-init`AMS212-0/+72
2023-06-13[clang-tidy] Fix false positive in `readability-named-parameter` for defaulte...AMS211-0/+17
2023-06-12[clang-tidy] Readability-container-data-pointer adds new option to ignore Con...Felix1-5/+9
2023-06-11[clang-tidy] Check functions called from catch blocksDeniz Evrenci2-9/+220
2023-06-05[clang-tidy] Move the misc system header dir to Inputs subdir, NFC.Haojian Wu3-1/+1
2023-06-02[clang-tidy] Implement an include-cleaner check.Viktoriia Bakalova7-0/+33
2023-05-31[clang-tidy] Add check bugprone-unique-ptr-array-mismatch.Balázs Kéri1-0/+127
2023-05-31[clang] Show line numbers in diagnostic code snippetsTimm Bäder8-59/+59
2023-05-30[clang-tidy] Do not emit bugprone-exception-escape warnings from coroutinesDeniz Evrenci1-0/+711
2023-05-26[clang-tidy] Check for specific return types on all functionsNagaChaitanya Vellanki1-0/+13