summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add the abseil-time-compare checkHyrum Wright2019-03-111-0/+3
* [clang-tidy] Add the abseil-time-subtraction checkHyrum Wright2019-02-271-0/+3
* [clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright2019-02-041-0/+3
* [clang-tidy] Add the abseil-duration-addition checkHyrum Wright2019-01-281-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright2019-01-171-0/+3
* [clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright2018-12-131-0/+3
* [clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier2018-12-071-0/+3
* [clang-tidy] Recommit: Add the abseil-duration-comparison checkJonas Toth2018-12-031-0/+3
* Revert "[clang-tidy] Add the abseil-duration-comparison check"Jonas Toth2018-12-031-3/+0
* [clang-tidy] Add the abseil-duration-comparison checkJonas Toth2018-12-031-0/+3
* Add the abseil-duration-factory-scale check.Aaron Ballman2018-11-181-0/+3
* [clang-tidy] Add the abseil-duration-factory-float checkJonas Toth2018-10-241-0/+3
* [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko2018-09-201-2/+2
* [clang-tidy] Add abseil-no-internal-dependencies checkJonas Toth2018-08-291-0/+3
* Introduce the abseil-redundant-strcat-calls check.Aaron Ballman2018-08-291-0/+3
* Introduce the abseil-str-cat-append check.Aaron Ballman2018-08-291-0/+3
* [clang-tidy] Abseil: no namepsace checkHaojian Wu2018-08-281-0/+2
* [clang-tidy] Abseil: faster strsplit delimiter checkHaojian Wu2018-08-221-0/+3
* [clang-tidy] Abseil: integral division of Duration checkHaojian Wu2018-08-171-0/+3
* [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu2018-03-091-0/+38
OpenPOWER on IntegriCloud