summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] Add the abseil-time-compare checkHyrum Wright2019-03-112-0/+24
* [clang-tidy] add OverrideMacro to modernize-use-override checkPaul Hoad2019-02-281-1/+32
* [clang-tidy] fix documentation link in list of clang-tidy checksJonas Toth2019-02-281-1/+1
* [clang-tidy] redirection in list of checks adjustedJonas Toth2019-02-281-1/+1
* [clang-tidy] include cppcoreguidelines-explicit-virtual-functions in list of ...Jonas Toth2019-02-282-1/+2
* [clang-tidy] documentation fixing the actual correct fileJonas Toth2019-02-281-0/+1
* [clang-tidy] tryfix documenation continuedJonas Toth2019-02-281-0/+1
* [clang-tidy] another issue in documentation, double empty line seemed to conf...Jonas Toth2019-02-281-1/+0
* [clang-tidy] attempt to fix documentation build-errorJonas Toth2019-02-281-3/+4
* [clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth2019-02-282-1/+17
* [clang-tidy] Add the abseil-time-subtraction checkHyrum Wright2019-02-272-0/+38
* [clang-tidy] Fix links in docs.Alexander Kornienko2019-02-181-5/+6
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-02-161-12/+0
* [clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad2019-02-081-0/+155
* [clang-tidy] Expand and clarify the NOLINT documentation a bit.Alexander Kornienko2019-02-071-11/+32
* [clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev2019-02-061-0/+4
* [clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright2019-02-042-0/+32
* Adjust documentation for git migration.James Y Knight2019-01-292-3/+3
* [clang-tidy] Add the abseil-duration-addition checkHyrum Wright2019-01-282-0/+22
* [clang-tidy] Add check for underscores in googletest names.Haojian Wu2019-01-252-0/+35
* [doc] Fix svn property for bugprone-parent-virtual-call.rstZinovy Nis2019-01-231-0/+0
* Revert rCTE351921 to fix documentation geneeration.Stephane Moore2019-01-231-0/+12
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-01-231-12/+0
* [doc] Replace 'class' with 'struct' for 'public' by defaultZinovy Nis2019-01-221-3/+3
* [Documentation] Use HTTPS whenever possible.Eugene Zelenko2019-01-2211-14/+14
* [clang-tidy] Fix whitespace in docs. NFCAlexander Kornienko2019-01-221-15/+14
* [clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...Miklos Vajna2019-01-201-5/+5
* [clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright2019-01-172-0/+32
* [Documentation] Fix another link in docs/clang-tidy/Contributing.rst.Eugene Zelenko2019-01-171-6/+9
* [Documentation] Another attempt to fix link in docs/clang-tidy/Contributing.r...Eugene Zelenko2019-01-171-14/+15
* [Documentation] Fix link in docs/clang-tidy/Contributing.rst.Eugene Zelenko2019-01-171-2/+3
* [Documentation] Add a chapter about Clang-tidy integrations.Eugene Zelenko2019-01-173-508/+626
* [clang-tidy] add options documentation to readability-identifier-naming checkerPaul Hoad2019-01-151-8/+1913
* [clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna2019-01-112-0/+62
* [clang-tidy] another take at fixing docJonas Toth2019-01-091-8/+12
* [clang-tidy] tryfix documentation buildJonas Toth2019-01-091-12/+13
* [clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth2019-01-092-0/+78
* [Documentation] fix order of checks in checks/list.rstJonas Toth2019-01-051-3/+3
* [clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna2018-12-241-0/+5
* [clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright2018-12-132-0/+37
* [clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier2018-12-072-0/+44
* Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth2018-12-052-91/+0
* [clang-tidy] new check: bugprone-branch-cloneJonas Toth2018-12-052-0/+91
* [clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore2018-12-051-17/+2
* [Documentation] Make options section in Clang-tidy readability-uppercase-lite...Eugene Zelenko2018-12-041-6/+14
* [Documentation] Fix formatting and wrap up to 80 characters in Clang-tidy rea...Eugene Zelenko2018-12-031-9/+10
* [clang-tidy] Recommit: Add the abseil-duration-comparison checkJonas Toth2018-12-032-0/+34
* Revert "[clang-tidy] Add the abseil-duration-comparison check"Jonas Toth2018-12-032-34/+0
* [clang-tidy] Add the abseil-duration-comparison checkJonas Toth2018-12-032-0/+34
* [Documentation] Try to fix build failure in cppcoreguidelines-narrowing-conve...Eugene Zelenko2018-11-291-4/+4
OpenPOWER on IntegriCloud