summaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
AgeCommit message (Expand)Author
2018-10-12[clang-tidy] New checker for not null-terminated result caused by strlen(), s...Jonas Toth
2018-10-12[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh
2018-10-11[Documentation] Rephrase modernize-deprecated-ios-base-aliases description. A...Eugene Zelenko
2018-10-09[clang-tidy][docs] Update docs for `--check-suffixes`linaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-master-mainline-defconfig_nolseZinovy Nis
2018-10-05[clang-tidy] Replace deprecated std::ios_base aliasesJonas Toth
2018-10-02[clang-tidy] Ignore singe bit bitfield -> bool conversion in readability-impl...Alexander Kornienko
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman
2018-09-28[docs] Fix links in Clangd documentationKirill Bobyrev
2018-09-25[clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth
2018-09-13[docs] Provide pointers to known editor plugins and extensionsKirill Bobyrev
2018-09-10ReleaseNotes: update links to use httpsHans Wennborg
2018-09-07[clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheckBen Hamilton
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-27[docs] Mention clangd-dev in clangd documentationKirill Bobyrev
2018-08-22[clang-tidy] Add Abseil prefix to documentationHaojian Wu
2018-08-22[clang-tidy] Abseil: faster strsplit delimiter checkHaojian Wu
2018-08-17[clang-tidy] Add missing check documentation.Haojian Wu
2018-08-17[clang-tidy] Abseil: integral division of Duration checkHaojian Wu
2018-08-17[clangd] NFC: Mark Workspace Symbol feature complete in the documentationKirill Bobyrev
2018-08-13[Documentation] Remove unnecessary placeholder, grammar fix in Release Notes.Eugene Zelenko
2018-08-13[clang-tidy] Recognize [[clang::reinitializes]] attribute in bugprone-use-aft...Martin Bohme
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman
2018-08-10[clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefixRoman Lebedev
2018-08-01Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg
2018-07-13[Documentation] Add missing description for bugprone-exception-escape in Rele...Eugene Zelenko
2018-07-13[clang-tidy] Exception Escape CheckerAdam Balogh
2018-07-13[clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall
2018-07-11[Documentation] Fix incorrect documentation references, new checks order in R...Eugene Zelenko
2018-07-11[Documentation] Link format and order of Clang-tidy changes in Release NotesEugene Zelenko
2018-07-09[clangd] Mark "Document Symbols" as implemented in the docsMarc-Andre Laperle
2018-07-05Adding some documentation changes that were missed in r336301.Aaron Ballman
2018-07-05Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman
2018-07-04[clang-tools-extra] Cleanup documentation routineKirill Bobyrev
2018-06-28[clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko
2018-06-21[clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko
2018-06-15[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-23[Documentation] Fix link syntax in Release Notes.Eugene Zelenko
2018-05-23[Documentation] Move some Clang-tidy changes to proper sections.Eugene Zelenko
2018-05-23[clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet
2018-05-16Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman
2018-05-14[Documentation] Alphabetical order of new checks in Release Notes.Eugene Zelenko
2018-05-14[clang-tidy] Add terminating continue checkGabor Horvath
2018-05-11Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett
2018-05-11Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett