aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy
AgeCommit message (Expand)Author
2019-02-07Merging r353327:Hans Wennborg
2019-01-23Merging r351738:Hans Wennborg
2019-01-22Merging r351686:Hans Wennborg
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
2018-12-11Use the standard Duration factory matcherJonas Toth
2018-12-10[clang-tidy] insert release notes for new checkers alphabeticallyJonas Toth
2018-12-07[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier
2018-12-07[clang-tidy] Remove duplicated getText implementation, NFCHaojian Wu
2018-12-05Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth
2018-12-05[clang-tidy] new check: bugprone-branch-cloneJonas Toth
2018-12-05Fix a false positive in misplaced-widening-castJonas Toth
2018-12-05[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore
2018-12-04[clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...Stephane Moore
2018-12-03[clang-tidy] Fix unordered_map failure with specializing std::hash<> and remo...Jonas Toth
2018-12-03[clang-tidy] Recommit: Add the abseil-duration-comparison checkJonas Toth
2018-12-03Revert "[clang-tidy] Add the abseil-duration-comparison check"Jonas Toth
2018-12-03[clang-tidy] Add the abseil-duration-comparison checkJonas Toth
2018-11-28Fix false positive with lambda assignments in cert-err58-cpp.Aaron Ballman
2018-11-28Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-28Fix a false-positive with cert-err58-cpp.Aaron Ballman
2018-11-27[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons
2018-11-27Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-27[clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko
2018-11-26[clang-tidy] Improving narrowing conversionsGuillaume Chatelet
2018-11-26[clang-tidy] No warning for auto new expression in smart checkHaojian Wu
2018-11-26[clang-tidy] PrintStackTraceOnErrorSignalAlexander Kornienko
2018-11-26[clang-tidy] Don't generate incorrect fixes for class with deleted copy const...Haojian Wu