aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/bugprone
AgeCommit message (Expand)AuthorFilesLines
2022-07-25Remove redundaunt virtual specifiers (NFC)Kazu Hirata1-1/+1
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko1-4/+4
2022-07-22Use any_of (NFC)Kazu Hirata1-7/+5
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-1/+1
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2-11/+10
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2-10/+11
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2-11/+10
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2-10/+11
2022-07-05new clang-tidy checker for assignments within condition clause of if statementDmitri Gribenko4-12/+93
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-26Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
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-20Don't use Optional::getValue (NFC)Kazu Hirata1-3/+3
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata3-3/+3
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 Hirata1-1/+1
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard50-50/+50
2022-06-07[clang-tidy] `bugprone-use-after-move`: Don't warn on self-moves.Martin Boehme1-1/+4
2022-06-03[clang-tidy] `bugprone-use-after-move`: Fix handling of moves in lambda capturesMartin Boehme1-1/+2
2022-05-23bugfix in InfiniteLoopCheck to not print warnings for unevaluated loopsusama hameed1-17/+1
2022-05-23bugfix in InfiniteLoopCheck to not print warnings for unevaluated loopsusama hameed1-0/+19
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James18-37/+25
2022-05-06[clang-tidy] New check for safe usage of `std::optional` and like types.Yitzhak Mandelbaum4-0/+153
2022-04-20[clang-tidy] Reduce false positives for `bugprone-infinite-loop` with depende...Fabian Wolff1-4/+24
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-2/+2
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-4/+4
2022-04-07[clang-tidy] Silence unused variable warning in release builds. NFCI.Benjamin Kramer1-3/+2
2022-04-07[clang-tidy] bugprone-signal-handler: Message improvement and code refactoring.Balázs Kéri2-222/+256
2022-03-28[clang-tidy] Utilize comparison operation implemented in APIntDanny Mösch1-1/+1
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li1-1/+1
2022-03-21Revert "[libTooling] Generalize string explanation as templated metadata"Yitzhak Mandelbaum1-1/+1
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li1-1/+1
2022-02-12[clang-tidy] checkOverridingFunctionReturnType - use castAs<> instead of getA...Simon Pilgrim1-2/+2
2022-02-07[clang-tidy] Fixed a compile warning (NFC).Balázs Kéri1-1/+1
2022-02-07[clang-tidy] Add new check 'shared-ptr-array-mismatch'.Balázs Kéri6-0/+247
2022-01-31[clang-tidy] bugprone-signal-handler improvements: display call chainBalázs Kéri2-14/+37
2022-01-25[clang-tidy] [bugprone-assert-side-effect] Ignore list for functions/methodsZinovy Nis2-5/+18
2022-01-25[clang-tidy] Change code of SignalHandlerCheck (NFC).Balázs Kéri2-65/+63
2022-01-20[clang-tidy] Update bugprone-stringview-nullptr to consistently prefer the em...CJ Johnson1-9/+10
2022-01-19[clang-tidy][NFC] replace some redundant std::string creationsNathan James1-34/+45
2022-01-18[clang][lex] NFC: Simplify calls to `LookupFile`Jan Svoboda1-2/+1
2022-01-12Filter string_view from the nullptr diagnosis of bugprone-string-constructor ...CJ Johnson2-11/+23
2022-01-12Add support for return values in bugprone-stringview-nullptrCJ Johnson1-90/+205
2021-12-31[clang-tidy] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-2/+2