summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-168-59/+59
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-168-59/+59
* [clang-tidy][test] Add trailing -- to suppress compile_commands.json readFangrui Song2023-05-141-2/+2
* [clang-tidy] [test] Narrow down a special case to MSVC modeMartin Storsjö2023-05-101-1/+1
* [clang-tidy] Fix bugprone-assert-side-effect to actually give warningsCarlos Galvez2023-05-092-44/+42
* [tidy][IdentifierNaming] Fix crashes on non-identifiersKadir Cetinkaya2023-05-091-0/+11
* [clang-tidy][NFC] Split bugprone-exception-escape testsPiotr Zegar2023-05-072-15/+34
* [clang-tidy] Support SystemHeaders in .clang-tidyCarlos Galvez2023-05-072-0/+25
* [clang-tidy] Implement cppcoreguidelines F.19Chris Cotter2023-05-061-0/+150
* [clang-tidy] bugprone-use-after-move: Ctor arguments should be sequenced if c...Martin Braenne2023-05-041-28/+49
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-021-0/+197
* Revert "[clang-tidy] Add check bugprone-multiple-new-in-one-expression."Balázs Kéri2023-05-021-197/+0
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-021-0/+197
* [clang-tidy] Ignore declarations in bugprone-exception-escapePiotr Zegar2023-04-301-1/+0
* [clang-tidy] Add `performance-avoid-endl` checkAMS212023-04-221-0/+227
* [clang-tidy] Prevent `llvmlibc-inline-function-decl` triggering on lambdasJoseph Huber2023-04-161-0/+8
* [clang-tidy] Fix handling of UseAssignment option in cppcoreguidelines-prefer...Piotr Zegar2023-04-162-0/+6
* [clang-tidy] Add bugprone-non-zero-enum-to-bool-conversion checkPiotr Zegar2023-04-162-0/+217
* [clang-tidy] Fix crash in --dump-configNathan James2023-04-151-0/+6
* [clang-tidy] Fix cppcoreguidelines-narrowing-conversions false positiveNathan James2023-04-151-0/+7
* Revert "[clang-tidy] Add misc-header-include-cycle check"Piotr Zegar2023-04-1520-106/+0
* [clang-tidy] Add misc-header-include-cycle checkPiotr Zegar2023-04-1520-0/+106
* [clang-tidy] Fix typedefs handling in bugprone-dangling-handlePiotr Zegar2023-04-151-1/+3
* [clang-tidy] Exclude template instantiations in modernize-use-overridePiotr Zegar2023-04-151-0/+47
* [clang-tidy] Apply cppcoreguidelines-avoid-capture-default-when-capturin-this...Carlos Galvez2023-04-151-29/+13
* [clang-tidy] Add support for long double in bugprone-incorrect-roundingsPiotr Zegar2023-04-151-2/+54
* [clang-tidy][NFC] Improved hungarian notation regression test at post-commit ...Douglas Chen2023-04-142-238/+238
* [clang-tidy] Fix false positve for defaulted move constructor in performance-...AMS212023-04-142-10/+330
* [clang-tidy] support nested inline namespace in c++20 for modernize-concat-ne...Congcong Cai2023-04-111-55/+79
* [clang-tidy] Fix hungarian notation failed to indicate the number of asterisk...Douglas Chen2023-04-113-0/+24
* [clang-tidy] Support specifying checks as a list in the config fileCarlos Galvez2023-04-103-0/+23
* [clang-tidy] Added IgnoreVirtual option to misc-unused-parametersPiotr Zegar2023-04-101-0/+20
* [clang-tidy] avoid colon in namespace cause false positveCongcong Cai2023-04-101-0/+12
* [clang-tidy][NFC] Rename test files for simplify-boolean-expr to match check ...Piotr Zegar2023-04-108-0/+0
* [clang-tidy] fix false positve for namespace with attrs in modernize-concat-n...Congcong Cai2023-04-091-2/+8
* [clang-tidy] fix hint use correct range to replace last NamespaceDeclCongcong Cai2023-04-081-1/+1
* [clang-tidy] Fix extern fixes in readability-redundant-declarationPiotr Zegar2023-04-081-0/+6
* [clang-tidy] fix concat-nest-namespace fix hint remove the macroCongcong Cai2023-04-082-3/+55
* [clang-tidy] Add modernize-type-traits checkNathan James2023-04-071-0/+119
* [clang-tidy]bugprone-fold-init-typeClement Courbet2023-04-071-25/+71
* [clang-tidy] Fix init-list handling in readability-implicit-bool-conversionPiotr Zegar2023-04-051-0/+7
* [clang-tidy] Allow bugprone-unchecked-optional-access to handle calls to `std...AMS212023-04-041-0/+47
* [clang-tidy] Fix readability-static-accessed-through-instance check for anony...AMS212023-04-041-0/+57
* [clang-tidy] ignore NRVO const variables in performance-no-automatic-move.Logan Gnanapragasam2023-04-031-6/+25
* [clang-tidy] support unscoped enumerations in readability-static-accessed-thr...Congcong Cai2023-04-031-0/+21
* [clang-tidy] Disable misc-definitions-in-headers for declarations in anonymou...Carlos Galvez2023-04-011-4/+2
* [clang-tidy] Add readability-operators-representation checkPiotr Zegar2023-03-312-0/+354
* [clang-tidy] Fix if-constexpr false-positive in readability-misleading-indent...Piotr Zegar2023-03-291-0/+29
* [clang-tidy] Add option to ignore capture default by reference in cppcoreguid...Carlos Galvez2023-03-281-11/+14
* [clang-tidy] Ignore unevaluated exprs in rvalue-reference-param-not-movedChris Cotter2023-03-281-0/+7