summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs
Commit message (Expand)AuthorAgeFilesLines
* [Documentation] Fix link syntax in Release Notes.Eugene Zelenko2018-05-231-1/+1
* [Documentation] Move some Clang-tidy changes to proper sections.Eugene Zelenko2018-05-231-9/+9
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-233-0/+28
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-163-0/+29
* [Documentation] Alphabetical order of new checks in Release Notes.Eugene Zelenko2018-05-141-5/+5
* [clang-tidy] Add terminating continue checkGabor Horvath2018-05-143-0/+23
* Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-113-2/+40
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-113-40/+2
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-113-2/+40
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-093-41/+2
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-093-2/+41
* Added trailing periods.Alexander Kornienko2018-05-031-16/+16
* [clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko2018-05-032-6/+3
* [clang-tidy] Improve bugprone-unused-return-value checkJonathan Coe2018-04-241-1/+8
* [clang-tidy] Customize FileCheck prefix in check_clang-tidy.pyZinovy Nis2018-04-211-0/+21
* [Documentation] Order of changes in existing checks in Release Notes.Eugene Zelenko2018-04-121-8/+9
* [clang-tidy] readability-function-size: add VariableThreshold param.Roman Lebedev2018-04-122-0/+12
* [Documentation] Fix options order for Release Notes in modernize-use-auto.Zinovy Nis2018-04-121-18/+18
* [Documentation] Fix formatting and order in Release Notes for recent changes ...Eugene Zelenko2018-04-112-8/+10
* [clang-tidy] add missing assignment operations in hicpp-signed-bitwiseJonas Toth2018-04-111-0/+3
* [clang-tidy] Add a `android-comparison-in-temp-failure-retry` checkGeorge Burgess IV2018-04-103-0/+43
* [clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...Zinovy Nis2018-04-102-0/+25
* [clang-tidy] Adding alias for anon namespaces in header (fuchsia module)Julie Hockett2018-04-104-0/+17
* [clang-tidy] Check if grand-..parent's virtual method was called instead of o...Zinovy Nis2018-04-063-0/+30
* [clang-tidy] Remove google-runtime-member-string-referencesBenjamin Kramer2018-04-053-26/+2
* [clang-tidy] Check for sizeof that call functionsHaojian Wu2018-04-031-0/+35
* [clangd] Mark "Source Hover" as implemented in the docsMarc-Andre Laperle2018-03-291-1/+1
* [clang-tidy] Use :doc: for check links in Release Notes.Eugene Zelenko2018-03-211-64/+64
* [clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking testJonas Toth2018-03-213-0/+102
* [clang-tidy] New check bugprone-unused-return-valueAlexander Kornienko2018-03-193-0/+30
* [clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl...Alexander Kornienko2018-03-153-8/+11
* [clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-containerAlexander Kornienko2018-03-153-4/+7
* [clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expressionAlexander Kornienko2018-03-153-4/+7
* [clang-tidy] rename_check.py {misc,bugprone}-macro-parenthesesAlexander Kornienko2018-03-153-7/+10
* [clang-tidy] Add Zircon module to clang-tidyJulie Hockett2018-03-144-0/+62
* [docs] Adding clang-doc to CTE toctree to fix docs build errorJulie Hockett2018-03-122-0/+4
* Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-121-0/+62
* [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu2018-03-093-0/+51
* Revert "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-091-62/+0
* [clang-doc] Setup clang-doc frontend frameworkJulie Hockett2018-03-091-0/+62
* [Documentation] Fix Clang-tidy checks list broken in r326909.Eugene Zelenko2018-03-071-1/+1
* [clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song2018-03-073-5/+14
* [clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko2018-02-288-24/+34
* Rename more checks from misc- to bugprone-.Alexander Kornienko2018-02-286-18/+30
* [Documentation] Split Clang-tidy changes in Release Notes into sections: new ...Eugene Zelenko2018-02-283-31/+33
* Rename a few checks from misc- to bugprone-.Alexander Kornienko2018-02-287-20/+32
* [clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath2018-02-203-0/+70
* [Documentation] Fix Sphinx error. Limit text width to 80 characters.Eugene Zelenko2018-02-161-10/+12
* [clang-tidy] Add `readability-simd-intrinsics` check.Fangrui Song2018-02-153-0/+49
* [clang-tidy] Minor documentation fixGabor Horvath2018-02-151-0/+1
OpenPOWER on IntegriCloud