summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang-tidy] New checker for exceptions that are created but not thrownGabor Horvath2018-02-153-0/+26
* [clang-tidy] Fix incorrect code indention in the doc.Haojian Wu2018-02-051-6/+5
* [clang-tidy] tweak "misc-definitions-in-headers" doc, NFC.Haojian Wu2018-02-051-3/+2
* clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundingsAlexander Kornienko2018-01-303-4/+7
* clang-tidy/rename_check.py misc-string-compare readability-string-compareAlexander Kornienko2018-01-303-5/+8
* add prefix with '_' support for property name. Corresponding apple dev doc: h...Yan Zhang2018-01-301-0/+9
* [clang-tidy objc-property-declaration] New option IncludeDefaultAcronymsBen Hamilton2018-01-221-2/+20
* [clang-tidy] Adding Fuchsia checker for multiple inheritanceJulie Hockett2018-01-193-0/+52
* [clang-tidy objc-property-declaration] Expand list of ObjC acronymsBen Hamilton2018-01-181-5/+5
* [clang-tidy] Adding Fuchsia checker for trailing returnsJulie Hockett2018-01-173-1/+44
* [clang-tidy] implement check for gotoJonas Toth2018-01-174-0/+76
* [clang-tidy] Adding Fuchsia checker for statically constructed objectsJulie Hockett2018-01-113-1/+50
* clang-tidy: add IgnoreMacros option to readability-inconsistent-declaration-p...Miklos Vajna2018-01-051-0/+5
* Docs, release notes: update version to 7.0.0Hans Wennborg2018-01-032-230/+7
* [clang-tidy] Adding Fuchsia checker for overloaded operatorsJulie Hockett2017-12-223-1/+25
* Fix an error in the release notes.Gabor Horvath2017-12-201-1/+1
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-201-0/+9
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-182-156/+156
* [clangd] Update documentation page with new features, instructionsMarc-Andre Laperle2017-12-181-8/+25
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-153-0/+20
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-142-0/+52
* [clang-tidy] adjust cppcoreguidelines-owning-memory documentationJonas Toth2017-12-051-1/+5
* [Documentation] Style fixes for Objective-C checks documentation to follow C/...Eugene Zelenko2017-11-306-32/+29
* add new check to find NSError init invocationYan Zhang2017-11-301-0/+5
* add new check to find NSError init invocationYan Zhang2017-11-303-0/+19
* [Documentation] Sort Clang-tidy changes next way: new modules, new checks, re...Eugene Zelenko2017-11-292-121/+116
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-284-1/+32
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-285-11/+17
* Add an option to misc-move-const-arg to not diagnose on trivially copyable ty...Aaron Ballman2017-11-271-0/+8
* add new check to find OSSpinlock usageYan Zhang2017-11-273-0/+21
* [clang-tools-extra] Fix small typo in docs/ReleaseNotes.rstBen Hamilton2017-11-271-1/+1
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-275-19/+25
* [clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko2017-11-2412-39/+66
* [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko2017-11-243-4/+7
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-233-4/+7
* [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko2017-11-233-4/+7
* [clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...Adam Balogh2017-11-231-3/+5
* [clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...Adam Balogh2017-11-232-6/+24
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-231-0/+37
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-232-0/+10
* [clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth2017-11-203-101/+0
* [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth2017-11-183-0/+101
* [clang-tidy] Add a check for undelegated copy of base classesGabor Horvath2017-11-173-0/+35
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-163-0/+44
* add new check for property declarationBen Hamilton2017-11-134-2/+58
* [clang-tidy] Add a note about modernize-replace-random-shuffleKrasimir Georgiev2017-11-081-0/+13
OpenPOWER on IntegriCloud