aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad
2019-02-07[clangd] Mention indexing in docs.Kadir Cetinkaya
2019-02-07[clang-tidy] Expand and clarify the NOLINT documentation a bit.Alexander Kornienko
2019-02-06[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev
2019-02-04[clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright
2019-01-29Adjust documentation for git migration.James Y Knight
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-23[doc] Fix svn property for bugprone-parent-virtual-call.rstZinovy Nis
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-22[doc] Replace 'class' with 'struct' for 'public' by defaultZinovy Nis
2019-01-22[Documentation] Use HTTPS whenever possible.Eugene Zelenko
2019-01-22[clang-tidy] Fix whitespace in docs. NFCAlexander Kornienko
2019-01-20[clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...Miklos Vajna
2019-01-17[clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright
2019-01-17[Documentation] Fix another link in docs/clang-tidy/Contributing.rst.Eugene Zelenko
2019-01-17[Documentation] Another attempt to fix link in docs/clang-tidy/Contributing.r...Eugene Zelenko
2019-01-17[Documentation] Fix link in docs/clang-tidy/Contributing.rst.Eugene Zelenko
2019-01-17[Documentation] Add a chapter about Clang-tidy integrations.Eugene Zelenko
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-15[clang-tidy] add options documentation to readability-identifier-naming checkerPaul Hoad
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2019-01-09[clang-tidy] another take at fixing docJonas Toth
2019-01-09[clang-tidy] tryfix documentation buildJonas Toth
2019-01-09[clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth
2019-01-08ReleaseNotes: Update with my clang-query contributions this cycleStephen Kelly
2019-01-05[Documentation] fix order of checks in checks/list.rstJonas Toth
2019-01-02[Documentation] Alphabetical order in Clang-tidy checks changes list.Eugene Zelenko
2018-12-24[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna
2018-12-13[clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright
2018-12-08[Documentation] Alphabetical order in new checks list.Eugene Zelenko
2018-12-07[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier
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-05[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore
2018-12-04[Documentation] Make options section in Clang-tidy readability-uppercase-lite...Eugene Zelenko
2018-12-03[Documentation] Fix formatting and wrap up to 80 characters in Clang-tidy rea...Eugene Zelenko
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-29[Documentation] Try to fix build failure in cppcoreguidelines-narrowing-conve...Eugene Zelenko
2018-11-27[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons
2018-11-26[clang-tidy] Improving narrowing conversionsGuillaume Chatelet
2018-11-18Add the abseil-duration-factory-scale check.Aaron Ballman
2018-11-17[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...Stephane Moore
2018-11-14[clang-tidy] Avoid C arrays checkRoman Lebedev
2018-11-12[clang-tidy] new check: bugprone-too-small-loop-variableJonas Toth
2018-11-05[clang-tidy] fix example code-blocks indendationJonas Toth
2018-11-05[clang-tidy] doc removew hitespace in front of code-block-lineJonas Toth