aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/abseil/AbseilTidyModule.cpp
AgeCommit message (Expand)Author
2018-12-13[clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright
2018-12-07[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier
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-18Add the abseil-duration-factory-scale check.Aaron Ballman
2018-10-24[clang-tidy] Add the abseil-duration-factory-float checkJonas Toth
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-08-29[clang-tidy] Add abseil-no-internal-dependencies checkJonas Toth
2018-08-29Introduce the abseil-redundant-strcat-calls check.Aaron Ballman
2018-08-29Introduce the abseil-str-cat-append check.Aaron Ballman
2018-08-28[clang-tidy] Abseil: no namepsace checkHaojian Wu
2018-08-22[clang-tidy] Abseil: faster strsplit delimiter checkHaojian Wu
2018-08-17[clang-tidy] Abseil: integral division of Duration checkHaojian Wu
2018-03-09[clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu