[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / test /
2023-06-11 Deniz Evrenci[clang-tidy] Check functions called from catch blocks
2023-06-05 Haojian Wu[clang-tidy] Move the misc system header dir to Inputs...
2023-06-02 Viktoriia Bakalova[clang-tidy] Implement an include-cleaner check.
2023-05-31 Balázs Kéri[clang-tidy] Add check bugprone-unique-ptr-array-mismatch.
2023-05-31 Timm Bäder[clang] Show line numbers in diagnostic code snippets
2023-05-30 Deniz Evrenci[clang-tidy] Do not emit bugprone-exception-escape...
2023-05-26 NagaChaitanya Vellanki[clang-tidy] Check for specific return types on all...
2023-05-24 Clement Courbet[clang-tidy]performance-no-automatic-move: fix false...
2023-05-23 Piotr Zegar[clang-tidy] Ignore implicit code in bugprone-branch...
2023-05-23 Piotr Zegar[clang-tidy] Improve bugprone-branch-clone with support...
2023-05-23 Tobias Hieta[NFC][Py Reformat] Reformat python files in clang and...
2023-05-16 Timm BäderRevert "[clang] Show line numbers in diagnostic code...
2023-05-16 Timm Bäder[clang] Show line numbers in diagnostic code snippets
2023-05-14 Fangrui Song[clang-tidy][test] Add trailing -- to suppress compile_...
2023-05-09 Martin Storsjö[clang-tidy] [test] Narrow down a special case to MSVC...
2023-05-09 Carlos Galvez[clang-tidy] Fix bugprone-assert-side-effect to actuall...
2023-05-09 Kadir Cetinkaya[tidy][IdentifierNaming] Fix crashes on non-identifiers
2023-05-07 Piotr Zegar[clang-tidy][NFC] Split bugprone-exception-escape tests
2023-05-07 Carlos Galvez[clang-tidy] Support SystemHeaders in .clang-tidy
2023-05-06 Chris Cotter[clang-tidy] Implement cppcoreguidelines F.19
2023-05-04 Martin Braenne[clang-tidy] bugprone-use-after-move: Ctor arguments...
2023-05-02 Balázs Kéri[clang-tidy] Add check bugprone-multiple-new-in-one...
2023-05-02 Balázs KériRevert "[clang-tidy] Add check bugprone-multiple-new...
2023-05-02 Balázs Kéri[clang-tidy] Add check bugprone-multiple-new-in-one...
2023-04-30 Piotr Zegar[clang-tidy] Ignore declarations in bugprone-exception...
2023-04-22 AMS21[clang-tidy] Add `performance-avoid-endl` check
2023-04-16 Joseph Huber[clang-tidy] Prevent `llvmlibc-inline-function-decl...
2023-04-16 Piotr Zegar[clang-tidy] Fix handling of UseAssignment option in...
2023-04-16 Piotr Zegar[clang-tidy] Add bugprone-non-zero-enum-to-bool-convers...
2023-04-15 Nathan James[clang-tidy] Fix crash in --dump-config
2023-04-15 Nathan James[clang-tidy] Fix cppcoreguidelines-narrowing-conversion...
2023-04-15 Piotr ZegarRevert "[clang-tidy] Add misc-header-include-cycle...
2023-04-15 Piotr Zegar[clang-tidy] Add misc-header-include-cycle check
2023-04-15 Piotr Zegar[clang-tidy] Fix typedefs handling in bugprone-dangling...
2023-04-15 Piotr Zegar[clang-tidy] Exclude template instantiations in moderni...
2023-04-15 Carlos Galvez[clang-tidy] Apply cppcoreguidelines-avoid-capture...
2023-04-15 Piotr Zegar[clang-tidy] Add support for long double in bugprone...
2023-04-14 Douglas Chen[clang-tidy][NFC] Improved hungarian notation regressio...
2023-04-14 AMS21[clang-tidy] Fix false positve for defaulted move const...
2023-04-11 Congcong Cai[clang-tidy] support nested inline namespace in c+...
2023-04-11 Douglas Chen[clang-tidy] Fix hungarian notation failed to indicate...
2023-04-10 Carlos Galvez[clang-tidy] Support specifying checks as a list in...
2023-04-10 Piotr Zegar[clang-tidy] Added IgnoreVirtual option to misc-unused...
2023-04-10 Congcong Cai[clang-tidy] avoid colon in namespace cause false positve
2023-04-10 Piotr Zegar[clang-tidy][NFC] Rename test files for simplify-boolea...
2023-04-09 Congcong Cai[clang-tidy] fix false positve for namespace with attrs...
2023-04-08 Congcong Cai[clang-tidy] fix hint use correct range to replace...
2023-04-08 Piotr Zegar[clang-tidy] Fix extern fixes in readability-redundant...
2023-04-08 Congcong Cai[clang-tidy] fix concat-nest-namespace fix hint remove...
2023-04-07 Nathan James[clang-tidy] Add modernize-type-traits check
2023-04-07 Clement Courbet[clang-tidy]bugprone-fold-init-type
2023-04-05 Piotr Zegar[clang-tidy] Fix init-list handling in readability...
2023-04-04 AMS21[clang-tidy] Allow bugprone-unchecked-optional-access...
2023-04-04 AMS21[clang-tidy] Fix readability-static-accessed-through...
2023-04-03 Logan Gnanapragasam[clang-tidy] ignore NRVO const variables in performance...
2023-04-03 Congcong Cai[clang-tidy] support unscoped enumerations in readabili...
2023-04-01 Carlos Galvez[clang-tidy] Disable misc-definitions-in-headers for...
2023-03-31 Piotr Zegar[clang-tidy] Add readability-operators-representation...
2023-03-29 Piotr Zegar[clang-tidy] Fix if-constexpr false-positive in readabi...
2023-03-28 Carlos Galvez[clang-tidy] Add option to ignore capture default by...
2023-03-28 Chris Cotter[clang-tidy] Ignore unevaluated exprs in rvalue-referen...
2023-03-26 Carlos Galvez[clang-tidy] Add option to ignore user-defined literals...
2023-03-26 Piotr Zegar[clang-tidy] Correct union & macros handling in moderni...
2023-03-26 Piotr Zegar[clang-tidy] Add readability-avoid-unconditional-prepro...
2023-03-24 Carlos Galvez[clang-tidy][NFC] Improve naming convention in google...
2023-03-23 MarcoFalkeclang-tidy: Detect use-after-move in CXXCtorInitializer
2023-03-23 Carlos Galvez[clang-tidy] Ignore DISABLED_ in test suite name in...
2023-03-22 Carlos Galvez[clang-tidy][NFC] Move avoid-underscore-in-googletest...
2023-03-19 Alexis Murzeau[clang-tidy] readability-identifier-naming: fix hungari...
2023-03-18 Nathan James[clang-tidy] Fixed an issue in readability-identifier...
2023-03-18 Piotr Zegar[clang-tidy] Fix minor bug in bugprone-too-small-loop...
2023-03-16 Martin Braenne[clang-tidy] Correctly handle evaluation order of desig...
2023-03-13 Mike Crowe[clang-tidy] Support readability-redundant-string-cstr...
2023-03-12 Mike Crowe[clang-tidy] Support std::format and std::print in...
2023-03-12 Chris Cotter[clang-tidy] Implement CppCoreGuideline F.18
2023-03-12 Mike Crowe[clang-tidy] Provide default template arguments in...
2023-03-12 Mike Crowe[clang-tidy] Make readability-container-size-empty...
2023-03-12 Mike Crowe[clang-tidy] Make readability-string-compare check...
2023-03-11 Mike Crowe[clang-tidy][NFC] Make abseil-redundant-strcat-calls...
2023-03-11 Piotr Zegar[clang-tidy] Fix false-positive in cppcoreguidelines...
2023-03-11 Mike Crowe[clang-tidy] Make readability-container-data-pointer...
2023-03-10 Piotr Zegar[clang-tidy] Finish cppcoreguidelines-avoid-capturing...
2023-03-10 Noah Watkins[clang-tidy] add check for capturing lambda coroutines
2023-03-10 Florian Humblot[clang-tidy] Change readability-magic-numbers to allow...
2023-03-10 Mike Crowe[clang-tidy] Fix readability-redundant-string-cstr...
2023-03-06 MarcoFalkeclang-tidy: Count template constructors in modernize...
2023-03-05 Egor Suvorov[clang-tidy] altera-id-dependent-backward-branch: refac...
2023-03-05 Mike Crowe[clang-tidy] Extract string header from redundant-strin...
2023-03-05 Egor Suvorovclang-tidy altera-id-dependent-backward-branch: print...
2023-03-02 Utkarsh Saxena[C++20][ClangTidy] Update the ClangTidy tests to also...
2023-02-26 isuckatcs[clang-tidy] handle exceptions properly in `ExceptionAn...
2023-02-26 Piotr Zegar[clang-tidy] Improved too-small-loop-variable with...
2023-02-26 Roy Jacobson[clang-tidy] Tweak 'rule of 3/5' checks to allow defaul...
2023-02-26 Alexis Murzeau[clang-tidy] readability-identifier-naming.HungarianNot...
2023-02-25 Piotr Zegar[clang-tidy] Fix false-positive in readability-containe...
2023-02-24 Alexis Murzeau[clang-tidy] improve readability-identifier-naming...
2023-02-24 David SpickettRevert "[clang-tidy] handle exceptions properly in...
2023-02-24 isuckatcs[clang-tidy] handle exceptions properly in `ExceptionAn...
2023-02-23 Chuanqi Xu[NFC] Remove the use of '-fcoroutines-ts' in a test...
2023-02-20 Alexis Murzeau[clang-tidy] add primitive types for hungarian identifi...
next