projects
/
platform
/
upstream
/
llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[clang-tidy] Move formatDereference to FixitHintUtils
[platform/upstream/llvm.git]
/
clang-tools-extra
/
clang-tidy
/
2023-06-13
Mike Crowe
[clang-tidy] Move formatDereference to FixitHintUtils
tree
|
commitdiff
2023-06-13
AMS21
[clang-tidy] Fix crash in `modernize-use-default-member...
tree
|
commitdiff
2023-06-13
AMS21
[clang-tidy] Fix false positive in `readability-named...
tree
|
commitdiff
2023-06-12
indev
[clang-tidy] run-clang-tidy: forward warnings-as-errors...
tree
|
commitdiff
2023-06-12
Piotr Zegar
Revert "[clang-tidy] Move formatDereference to FixitHin...
tree
|
commitdiff
2023-06-12
Mike Crowe
[clang-tidy] Move formatDereference to FixitHintUtils
tree
|
commitdiff
2023-06-12
Felix
[clang-tidy] Readability-container-data-pointer adds...
tree
|
commitdiff
2023-06-11
Deniz Evrenci
[clang-tidy] Check functions called from catch blocks
tree
|
commitdiff
2023-06-10
Piotr Zegar
[clang-tidy] Optimize misc-confusable-identifiers
tree
|
commitdiff
2023-06-05
Viktoriia Bakalova
[include-cleaner] Allow multiple strategies for spellin...
tree
|
commitdiff
2023-06-03
Martin Storsjö
[clang-tools-extra] Fix linking when built with CLANG_L...
tree
|
commitdiff
2023-06-02
Joseph Huber
[Clang] Fix missing libraries for the include cleaner...
tree
|
commitdiff
2023-06-02
Viktoriia Bakalova
[clang-tidy] Implement an include-cleaner check.
tree
|
commitdiff
2023-05-31
Balázs Kéri
[clang-tidy] Add check bugprone-unique-ptr-array-mismatch.
tree
|
commitdiff
2023-05-30
Alex Brachet
[clang-tidy][docs] Fix link to libc style guide
tree
|
commitdiff
2023-05-30
Deniz Evrenci
[clang-tidy] Do not emit bugprone-exception-escape...
tree
|
commitdiff
2023-05-29
Roy Jacobson
[clang-tidy] Update UnusedReturnValueCheck types
tree
|
commitdiff
2023-05-26
NagaChaitanya Vellanki
[clang-tidy] Check for specific return types on all...
tree
|
commitdiff
2023-05-26
Piotr Zegar
[clang-tidy] Optimize misc-confusable-identifiers
tree
|
commitdiff
2023-05-24
Clement Courbet
[clang-tidy]performance-no-automatic-move: fix false...
tree
|
commitdiff
2023-05-23
Piotr Zegar
[clang-tidy] Ignore implicit code in bugprone-branch...
tree
|
commitdiff
2023-05-23
Piotr Zegar
[clang-tidy] Improve bugprone-branch-clone with support...
tree
|
commitdiff
2023-05-23
Tobias Hieta
[NFC][Py Reformat] Reformat python files in clang and...
tree
|
commitdiff
2023-05-16
Kazu Hirata
Migrate {starts,ends}with_insensitive to {starts,ends...
tree
|
commitdiff
2023-05-15
Piotr Zegar
[clang-tidy] Extract areStatementsIdentical
tree
|
commitdiff
2023-05-15
Amy Kwan
Fix build failure caused by https://reviews.llvm.org...
tree
|
commitdiff
2023-05-13
Kazu Hirata
[clang-tidy] Modernize RangeDescriptor (NFC)
tree
|
commitdiff
2023-05-10
Kadir Cetinkaya
[tidy] Expose getID to tidy checks
tree
|
commitdiff
2023-05-09
Carlos Galvez
[clang-tidy] Fix bugprone-assert-side-effect to actuall...
tree
|
commitdiff
2023-05-09
Kadir Cetinkaya
[tidy][IdentifierNaming] Fix crashes on non-identifiers
tree
|
commitdiff
2023-05-07
Carlos Galvez
[clang-tidy] Support SystemHeaders in .clang-tidy
tree
|
commitdiff
2023-05-06
Kazu Hirata
[clang-tidy] Modernize HungarianNotationOption (NFC)
tree
|
commitdiff
2023-05-06
Piotr Zegar
[clang-tidy] Optimize performance of RenamerClangTidyCheck
tree
|
commitdiff
2023-05-06
Chris Cotter
[clang-tidy] Implement cppcoreguidelines F.19
tree
|
commitdiff
2023-05-06
Kazu Hirata
[clang-tidy] Modernize Handler (NFC)
tree
|
commitdiff
2023-05-04
Mark de Wever
[clang] Use -std=c++23 instead of -std=c++2b
tree
|
commitdiff
2023-05-04
Martin Braenne
[clang-tidy] bugprone-use-after-move: Ctor arguments...
tree
|
commitdiff
2023-05-02
Balázs Kéri
[clang-tidy] Add check bugprone-multiple-new-in-one...
tree
|
commitdiff
2023-05-02
Balázs Kéri
Revert "[clang-tidy] Add check bugprone-multiple-new...
tree
|
commitdiff
2023-05-02
Balázs Kéri
[clang-tidy] Add check bugprone-multiple-new-in-one...
tree
|
commitdiff
2023-04-30
Piotr Zegar
[clang-tidy] Ignore declarations in bugprone-exception...
tree
|
commitdiff
2023-04-26
Kazu Hirata
[clang-tidy] Modernize ClangTidyValue (NFC)
tree
|
commitdiff
2023-04-23
Kazu Hirata
[clang-tidy] Modernize FileState (NFC)
tree
|
commitdiff
2023-04-22
AMS21
[clang-tidy] Add `performance-avoid-endl` check
tree
|
commitdiff
2023-04-17
Carlos Galvez
[clang-tidy] Add alias cppcoreguidelines-use-default...
tree
|
commitdiff
2023-04-16
Joseph Huber
[clang-tidy] Prevent `llvmlibc-inline-function-decl...
tree
|
commitdiff
2023-04-16
NAKAMURA Takumi
[CMake] Reorder and reformat deps
tree
|
commitdiff
2023-04-16
Piotr Zegar
[clang-tidy] Fix handling of UseAssignment option in...
tree
|
commitdiff
2023-04-16
Piotr Zegar
[clang-tidy] Add bugprone-non-zero-enum-to-bool-convers...
tree
|
commitdiff
2023-04-16
Kazu Hirata
Apply fixes from performance-faster-string-find (NFC)
tree
|
commitdiff
2023-04-15
Nathan James
[clang-tidy] Fix crash in --dump-config
tree
|
commitdiff
2023-04-15
Nathan James
[clang-tidy] Fix cppcoreguidelines-narrowing-conversion...
tree
|
commitdiff
2023-04-15
Carlos Galvez
[clang-tidy][NFC] Fix format of header file comment...
tree
|
commitdiff
2023-04-15
Piotr Zegar
Revert "[clang-tidy] Add misc-header-include-cycle...
tree
|
commitdiff
2023-04-15
Piotr Zegar
[clang-tidy] Add misc-header-include-cycle check
tree
|
commitdiff
2023-04-15
Carlos Galvez
[clang-tidy][NFC] Improve doc of cppcoreguidelines...
tree
|
commitdiff
2023-04-15
Piotr Zegar
[clang-tidy] Fix typedefs handling in bugprone-dangling...
tree
|
commitdiff
2023-04-15
Piotr Zegar
[clang-tidy] Exclude template instantiations in moderni...
tree
|
commitdiff
2023-04-15
Carlos Galvez
[clang-tidy] Apply cppcoreguidelines-avoid-capture...
tree
|
commitdiff
2023-04-15
Piotr Zegar
[clang-tidy] Add support for long double in bugprone...
tree
|
commitdiff
2023-04-15
Piotr Zegar
[clang-tidy] Avoid float compare in bugprone-incorrect...
tree
|
commitdiff
2023-04-14
AMS21
[clang-tidy] Fix false positve for defaulted move const...
tree
|
commitdiff
2023-04-11
Congcong Cai
[clang-tidy] support nested inline namespace in c+...
tree
|
commitdiff
2023-04-11
Douglas Chen
[clang-tidy] Fix hungarian notation failed to indicate...
tree
|
commitdiff
2023-04-11
Kazu Hirata
[clang-tidy] Use StringRef::contains (NFC)
tree
|
commitdiff
2023-04-10
Nathan James
[clang-tidy][NFC] Remove redundant allOf matcher calls
tree
|
commitdiff
2023-04-10
Carlos Galvez
[clang-tidy] Support specifying checks as a list in...
tree
|
commitdiff
2023-04-10
Piotr Zegar
[clang-tidy] Added IgnoreVirtual option to misc-unused...
tree
|
commitdiff
2023-04-10
Congcong Cai
[clang-tidy] avoid colon in namespace cause false positve
tree
|
commitdiff
2023-04-09
Congcong Cai
[clang-tidy] fix false positve for namespace with attrs...
tree
|
commitdiff
2023-04-08
Congcong Cai
[clang-tidy] fix hint use correct range to replace...
tree
|
commitdiff
2023-04-08
Piotr Zegar
[clang-tidy] Fix extern fixes in readability-redundant...
tree
|
commitdiff
2023-04-08
Congcong Cai
[clang-tidy] fix concat-nest-namespace fix hint remove...
tree
|
commitdiff
2023-04-07
Nathan James
[clang-tidy] Add modernize-type-traits check
tree
|
commitdiff
2023-04-07
Clement Courbet
[clang-tidy]bugprone-fold-init-type
tree
|
commitdiff
2023-04-05
Piotr Zegar
[clang-tidy] Fix init-list handling in readability...
tree
|
commitdiff
2023-04-04
AMS21
[clang-tidy] Small refactor for ExceptionAnalyzer
tree
|
commitdiff
2023-04-04
AMS21
[clang-tidy] Fix readability-static-accessed-through...
tree
|
commitdiff
2023-04-03
Logan Gnanapragasam
[clang-tidy] ignore NRVO const variables in performance...
tree
|
commitdiff
2023-04-03
Congcong Cai
[clang-tidy] support unscoped enumerations in readabili...
tree
|
commitdiff
2023-04-02
Piotr Zegar
[clang-tidy] Fix findNextTokenSkippingComments & rangeC...
tree
|
commitdiff
2023-04-01
Carlos Galvez
[clang-tidy] Disable misc-definitions-in-headers for...
tree
|
commitdiff
2023-03-31
Piotr Zegar
[clang-tidy] Add readability-operators-representation...
tree
|
commitdiff
2023-03-30
Piotr Zegar
[clang-tidy] Fix example provided by add_new_check.py
tree
|
commitdiff
2023-03-29
Piotr Zegar
[clang-tidy] Fix if-constexpr false-positive in readabi...
tree
|
commitdiff
2023-03-28
Carlos Galvez
[clang-tidy] Add option to ignore capture default by...
tree
|
commitdiff
2023-03-28
Chris Cotter
[clang-tidy] Ignore unevaluated exprs in rvalue-referen...
tree
|
commitdiff
2023-03-26
Carlos Galvez
[clang-tidy] Add option to ignore user-defined literals...
tree
|
commitdiff
2023-03-26
Piotr Zegar
[clang-tidy] Correct union & macros handling in moderni...
tree
|
commitdiff
2023-03-26
Piotr Zegar
[clang-tidy] Add readability-avoid-unconditional-prepro...
tree
|
commitdiff
2023-03-24
Carlos Galvez
[clang-tidy][NFC] Improve naming convention in google...
tree
|
commitdiff
2023-03-23
MarcoFalke
clang-tidy: Detect use-after-move in CXXCtorInitializer
tree
|
commitdiff
2023-03-23
Carlos Galvez
[clang-tidy] Ignore DISABLED_ in test suite name in...
tree
|
commitdiff
2023-03-19
Alexis Murzeau
[clang-tidy] readability-identifier-naming: fix hungari...
tree
|
commitdiff
2023-03-18
Nathan James
[clang-tidy] Fixed an issue in readability-identifier...
tree
|
commitdiff
2023-03-18
Piotr Zegar
[clang-tidy] Fix minor bug in bugprone-too-small-loop...
tree
|
commitdiff
2023-03-16
Martin Braenne
[clang-tidy] Correctly handle evaluation order of desig...
tree
|
commitdiff
2023-03-15
Kazu Hirata
Use *{Map,Set}::contains (NFC)
tree
|
commitdiff
2023-03-15
Kazu Hirata
[clang-tools-extra] Use *{Set,Map}::contains (NFC)
tree
|
commitdiff
2023-03-13
Mike Crowe
[clang-tidy] Support readability-redundant-string-cstr...
tree
|
commitdiff
next