aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2022-10-18[clang-tidy] Fix a false positive in readability-simplify-boolean-exprNathan James1-2/+2
2022-09-30[clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is d...Jonas Toth1-2/+6
2022-07-29[clang-tidy] Add CLANG_TIDY_CONFUSABLE_CHARS_GEN cmake cache variable to avoi...Martin Storsjö1-1/+7
2022-07-29[clang-tidy] Rename the make-confusable-table executableMartin Storsjö2-4/+4
2022-07-26[clang-tidy] Avoid extra parentheses around MemberExprDanny Mösch1-1/+2
2022-07-25Remove redundaunt virtual specifiers (NFC)Kazu Hirata1-1/+1
2022-07-24Remove redundaunt override specifiers (NFC)Kazu Hirata1-5/+4
2022-07-24[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to u...Jonas Toth4-0/+270
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko4-28/+29
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-4/+2
2022-07-22[clang-tidy][NFC] Add preposition "of" to code annotation of ElseAfterReturnC...Zhouyi Zhou1-2/+2
2022-07-22Use any_of (NFC)Kazu Hirata2-10/+8
2022-07-18[clang-tidy] Reduce the dependencies for the "make-confusable-table" toolMartin Storsjö1-0/+3
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-1/+1
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere9-50/+37
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov9-37/+50
2022-07-14[clang-tidy] Improve check cert-dcl58-cpp.Balázs Kéri1-19/+108
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere9-50/+37
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov9-37/+50
2022-07-09[clang-tidy] Initialize boolean variables with `false` in cppcoreguidelines-i...Danny Mösch1-0/+2
2022-07-07[clang-tidy] Fix confusable identifier interaction with unavailable class defserge-sans-paille1-2/+4
2022-07-05new clang-tidy checker for assignments within condition clause of if statementDmitri Gribenko4-12/+93
2022-07-05[clang-tidy] Fix confusable identifiers interaction with DeclContextserge-sans-paille1-11/+59
2022-07-03[clang-tidy] Don't treat invalid branches as identicalIshaan Gandhi1-0/+11
2022-06-29[clang][dataflow] Use NoopLattice in optional modelSam Estep1-7/+6
2022-06-29[clang][dataflow] Use diagnosis API in optional checkerSam Estep1-16/+17
2022-06-29Revert "[clang][dataflow] Use diagnosis API in optional checker"Sam Estep1-17/+16
2022-06-29[clang][dataflow] Use diagnosis API in optional checkerSam Estep1-16/+17
2022-06-29[Clang] Rename StringLiteral::isAscii() => isOrdinary() [NFC]Corentin Jabot1-1/+1
2022-06-26Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-25[clang-tidy] cppcoreguidelines-virtual-class-destructor: Fix crash when "virt...Joachim Priesner1-4/+8
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-23[clang-tidy] Extend spelling for CheckOptionsNathan James3-9/+40
2022-06-23[clang-tidy] Add `-verify-config` command line argumentNathan James5-5/+175
2022-06-22[clang-tidy][docs] Fix a couple of missed cases from 6e566bc5523Nathan James10-10/+10
2022-06-22[clang-tidy] Organize test files into subdirectories by module (NFC)Richard1-2/+3
2022-06-22Reland "[gn build] (manually) port b94db7ed7eaf (Confusables.inc)"Nico Weber1-1/+3
2022-06-22[clang-tidy] Confusable identifiers detectionserge-sans-paille7-0/+9913
2022-06-22Don't treat invalid parameters as being unusedAaron Ballman1-0/+3
2022-06-21[clang-tidy] cppcoreguidelines-virtual-class-destructor should ignore final c...Balazs Benics1-0/+1
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata3-8/+6
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata5-6/+6
2022-06-20[clang-tidy] bugprone-argument-comment: Ignore calls to user-defined literalsJoachim Priesner1-1/+1
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata8-14/+14
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard237-259/+274
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics1-1/+0
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber1-0/+1