summaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
AgeCommit message (Expand)Author
2019-01-15[clang-tidy] add options documentation to readability-identifier-naming checkerlinaro-local/ci/tcwg_kernel/llvm-master-arm-next-allyesconfigPaul 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
2018-10-31Implement the readability-const-return-type check.Aaron Ballman
2018-10-31[clang-tools-extra] fix broken link in release notesJonas Toth
2018-10-31[clang-tidy] new check 'readability-isolate-declaration'Jonas Toth
2018-10-30[clang-tidy] cppcoreguidelines-macro-usage: print macro namesRoman Lebedev
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev
2018-10-24[clang-tidy] Add the abseil-duration-factory-float checkJonas Toth
2018-10-24[clangd] Fix a link in documentation. NFCIlya Biryukov
2018-10-23[clang-tidy] Add a separate section for NOLINT(NEXTLINE)? doc.Alexander Kornienko
2018-10-22[clang-tidy] Fix typo abls->absl.Benjamin Kramer
2018-10-22[Documentation] Fix grammar related to Clang-tidy cppcoreguidelines-macro-usage.Eugene Zelenko
2018-10-22[clang-tidy] implement cppcoreguidelines macro rulesJonas Toth
2018-10-22ReleaseNotes: move readability-redundant-smartptr-get part down below new checksMiklos Vajna
2018-10-21[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-getMiklos Vajna
2018-10-18[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...Roman Lebedev
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-10-13[clang-tidy] Optimize query in bugprone-exception-escapeAdam Balogh
2018-10-13Revert "[clang-tidy] New checker for not null-terminated result caused by str...Jonas Toth
2018-10-13Revert "[doc] fix markup in clang-tidy bugprone-not-null-terminated-result"Jonas Toth
2018-10-13[clang-tidy] add IgnoreMacros option to modernize-use-equals-deleteMiklos Vajna
2018-10-12[doc] fix markup in clang-tidy bugprone-not-null-terminated-resultJonas Toth