summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add bugprone-empty-catch checkPiotr Zegar2023-07-244-0/+150
* Revert "[clang-tidy] Add bugprone-empty-catch check"Piotr Zegar2023-07-234-150/+0
* [clang-tidy] Add bugprone-empty-catch checkPiotr Zegar2023-07-234-0/+150
* [clang-tidy] Support concepts in `bugprone-forwarding-reference-overload`Evgeny Shulgin2023-07-221-0/+6
* [clang-tidy] Allow explicit throwing in bugprone-exception-escape for special...Piotr Zegar2023-07-181-8/+15
* [clang-tidy] Add check for possibly incomplete switch statementsShivam Gupta2023-07-174-0/+89
* [clang-tidy] Improve build-in type handling in bugprone-swapped-argumentsPiotr Zegar2023-07-161-8/+42
* [clang-tidy] Reserved-identifier: Improved AllowedIdentifiers option to suppo...Felix2023-06-192-7/+29
* [clang-tidy] Add check bugprone-unique-ptr-array-mismatch.Balázs Kéri2023-05-314-0/+71
* [clang-tidy] Update UnusedReturnValueCheck typesRoy Jacobson2023-05-291-2/+3
* [clang-tidy] Check for specific return types on all functionsNagaChaitanya Vellanki2023-05-262-3/+15
* [clang-tidy] Ignore implicit code in bugprone-branch-clonePiotr Zegar2023-05-231-0/+3
* [clang-tidy] Improve bugprone-branch-clone with support for fallthrough attri...Piotr Zegar2023-05-231-23/+76
* [clang-tidy] Extract areStatementsIdenticalPiotr Zegar2023-05-151-28/+11
* Fix build failure caused by https://reviews.llvm.org/D150352Amy Kwan2023-05-151-1/+1
* [clang-tidy] Fix bugprone-assert-side-effect to actually give warningsCarlos Galvez2023-05-091-1/+1
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-024-0/+201
* Revert "[clang-tidy] Add check bugprone-multiple-new-in-one-expression."Balázs Kéri2023-05-024-201/+0
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-024-0/+201
* [clang-tidy] Ignore declarations in bugprone-exception-escapePiotr Zegar2023-04-301-1/+2
* [clang-tidy] Add bugprone-non-zero-enum-to-bool-conversion checkPiotr Zegar2023-04-164-1/+119
* [clang-tidy] Fix typedefs handling in bugprone-dangling-handlePiotr Zegar2023-04-151-1/+2
* [clang-tidy] Add support for long double in bugprone-incorrect-roundingsPiotr Zegar2023-04-151-20/+6
* [clang-tidy] Avoid float compare in bugprone-incorrect-roundingsPiotr Zegar2023-04-151-3/+7
* [clang-tidy][NFC] Remove redundant allOf matcher callsNathan James2023-04-114-41/+39
* [clang-tidy]bugprone-fold-init-typeClement Courbet2023-04-071-3/+18
* [clang-tidy] Ignore unevaluated exprs in rvalue-reference-param-not-movedChris Cotter2023-03-281-19/+3
* clang-tidy: Detect use-after-move in CXXCtorInitializerMarcoFalke2023-03-231-28/+54
* [clang-tidy] Fix minor bug in bugprone-too-small-loop-variablePiotr Zegar2023-03-181-3/+14
* Use *{Map,Set}::contains (NFC)Kazu Hirata2023-03-151-1/+1
* [clang-tools-extra] Use *{Set,Map}::contains (NFC)Kazu Hirata2023-03-141-1/+1
* [clang-tidy] Improved too-small-loop-variable with bit-field supportPiotr Zegar2023-02-261-29/+62
* Use APInt::count{l,r}_{zero,one} (NFC)Kazu Hirata2023-02-191-1/+1
* [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez2023-02-194-37/+54
* [clang-tidy] Clarify bugprone-branch-clone diagnostic messageDonát Nagy2023-02-171-1/+1
* [NFC][clang-tidy] Disable test for `bugprone-unsafe-functions` for PlayStationWhisperity2023-02-022-0/+5
* [clang-tidy] Attempt fixing wrong caching result in `bugprone-unsafe-functions`Whisperity2023-02-022-5/+0
* [clang-tidy] Add the `bugprone-unsafe-functions` checkGergely Fűtő2023-02-024-0/+294
* [clang-tidy] Fix segfault in bugprone-standalone-emptyDenis Nikitin2023-01-251-0/+7
* [clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez2023-01-2366-396/+132
* [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez2023-01-1467-395/+134
* [clang-tidy] don't warn when returning the result for bugprone-standalone-emptyv1nh1shungry2023-01-131-0/+6
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-102-3/+3
* [clang-tools-extra] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2023-01-072-3/+0
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-0713-40/+41
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-0713-0/+13
* [clang-tidy] Fix all broken links in the comment.Haojian Wu2023-01-035-5/+5
* [clang] Migrate away from a deprecated Clang CFG factory functionDmitri Gribenko2022-12-231-1/+1
* [clang-tidy] Fix crash in bugprone-suspicious-realloc-usage.Balázs Kéri2022-12-211-1/+1
* [Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer2022-12-201-3/+3