aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy
AgeCommit message (Expand)Author
2019-02-08[clang-tidy] Don't use assignment for value-initialized enumsMalcolm Parsons
2019-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad
2019-02-08[clang-tidy][NFC] Fix typo.Yitzhak Mandelbaum
2019-02-08[clang-tidy][NFC] Test commit. Add missing comma.Yitzhak Mandelbaum
2019-02-07[clang-tidy] Fixed a std::bind() transformationJonas Toth
2019-02-06[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev
2019-02-04[clang-tidy] Handle unions with existing default-member-initMalcolm Parsons
2019-02-04[clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright
2019-02-02Revert rCTE352968 due to compilation failures 💥Stephane Moore
2019-02-02[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore
2019-02-02[clang-tidy] Rename time lookup functions; NFCHyrum Wright
2019-01-31[clang-tidy] refactor bugprone-exception-escape analysis into classJonas Toth
2019-01-28[clang-tidy] Fix a build error.Haojian Wu
2019-01-28[clang-tidy] Add the abseil-duration-addition checkHyrum Wright
2019-01-25[clang-tidy] Add check for underscores in googletest names.Haojian Wu
2019-01-24[clang-tidy] Rename the absl duration helper functions; NFCHyrum Wright
2019-01-23Revert rCTE351921 to fix documentation geneeration.Stephane Moore
2019-01-23[clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore
2019-01-21[clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko
2019-01-21[clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya
2019-01-20[clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...Miklos Vajna
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Convert two more files that were using Windows line endings and removeChandler Carruth
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth
2019-01-17[clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright
2019-01-16[clang-tidy] Move the macro helper function to a common location; NFCHyrum Wright
2019-01-16[clang-tidy] bugprone-string-constructor: Catch string from nullptr.Clement Courbet
2019-01-16[clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas af...Sam McCall
2019-01-16[clang-tidy] Treat references to smart pointers correctly in use-after-move.Martin Bohme
2019-01-14[clang-tidy] update FunctionSizeCheck for D56444Sam McCall
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2019-01-11Adapt to CXXMethodDecl::getThisType change (NFC)Brian Gesiak
2019-01-10[clang-tidy] Fix case of local variables in modernize-use-nodiscard checkerJonas Toth
2019-01-09[clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth
2019-01-07[clang-tidy] Use the public hasInit matcher, rather than defining our own, NFCHyrum Wright
2018-12-28[clang-tidy] Export the abseil duration inverse lookup function, NFCHyrum Wright
2018-12-24[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna
2018-12-21[clang-tidy] Be more liberal about literal zeroes in abseil checksHyrum Wright
2018-12-21[clang-tidy] Add export-fixes flag to clang-tidy-diffJulie Hockett
2018-12-21Fix warning about unused variable [NFC]Bjorn Pettersson
2018-12-20[clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko
2018-12-19[clang-tidy] Diagnose abseil-duration-comparison on macro argumentsHyrum Wright
2018-12-19[clang-tidy] use "const SourceManager&" parameter, NFC.Haojian Wu
2018-12-14[clang-tidy] Remove extra config.h includesIvan Donchevskii
2018-12-14[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-12-14[clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore
2018-12-14Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung
2018-12-13[clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright
2018-12-13[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song