summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* Added readability-qualified-auto checkNathan James2020-01-143-0/+76
* clang-tidy doc: unbreak the CISylvestre Ledru2020-01-101-0/+2
* clang-tidy doc: Refresh the list of checkers and polish the scriptSylvestre Ledru2020-01-101-29/+26
* clang-tidy doc - remove the widthsSylvestre Ledru2020-01-101-2/+0
* [clang-tidy] modernize-use-using uses AST and now supports struct defintions ...Mitchell Balan2020-01-071-0/+5
* [clang-tidy] new check: bugprone-signed-char-misuseTamás Zolnai2020-01-062-0/+77
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-044-4/+4
* [docs] Update path to clang-tools-extraAlexander Lanin2020-01-021-2/+2
* clang-tidy doc: Remove severities as they don't make consensusSylvestre Ledru2020-01-011-392/+388
* clang-tidy doc: modernize-make-unique has an autofixSylvestre Ledru2019-12-311-1/+1
* doc: Document that extra-arg/extra-arg-before can be used several timesSylvestre Ledru2019-12-241-0/+2
* Move from a long list of checkers to tablesSylvestre Ledru2019-12-231-384/+404
* Fix the links to clang analyzers checkersSylvestre Ledru2019-12-191-64/+64
* Fix some typos in the clang-tools-extra docSylvestre Ledru2019-12-1914-17/+17
* [clang-tidy] Add cert-oop58-cpp checkGabor Bencze2019-12-152-0/+12
* Optionally exclude bitfield definitions from magic numbers checkFlorin Iucha2019-12-071-0/+5
* [clang-tidy] Rewrite modernize-avoid-bind check.Zachary Turner2019-12-021-3/+54
* [clang-tidy] new performance-no-automatic-move check.Clement Courbet2019-11-222-0/+54
* [NFC] Attempting to fix sphinx build failure with badly encoded characters fr...Mitchell Balan2019-11-191-1/+1
* [clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...Mitchell Balan2019-11-191-1/+26
* [clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan2019-11-191-0/+8
* Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"Mitchell Balan2019-11-191-8/+0
* [clang-tidy] Added DefaultOperatorNewCheck.Balázs Kéri2019-11-192-0/+17
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-151-1/+14
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-151-0/+8
* Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...Mitchell Balan2019-11-151-14/+1
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-151-1/+14
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...Abel Kocsis2019-11-113-0/+27
* Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...Abel Kocsis2019-11-113-27/+0
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...Abel Kocsis2019-11-113-0/+27
* [clang-tidy] Add readability-make-member-function-constMatthias Gehre2019-11-062-0/+68
* [clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev2019-11-012-0/+16
* [clang-tidy] Regenerate clang-tidy check list 📋Stephane Moore2019-10-301-65/+64
* Add an option to hicpp-signed-bitwise for positive integer literals.Vladimir Plyashkun2019-10-301-0/+8
* Add the readability-redundant-access-specifiers check.Aaron Ballman2019-10-302-0/+52
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2Csaba Dabis2019-10-131-17/+21
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustmentsCsaba Dabis2019-10-131-15/+16
* [clang-tidy] New checker for not null-terminated result caused by strlen(), s...Csaba Dabis2019-10-132-0/+128
* Add the misc-init-local-variables check.Aaron Ballman2019-10-022-0/+52
* [clang-tidy] Fix for commits rL372706 and rL372711Adam Balogh2019-10-021-1/+1
* [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlockStephane Moore2019-10-012-4/+4
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Dmitri Gribenko2019-09-272-0/+23
* Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...Dmitri Gribenko2019-09-262-23/+0
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Stephane Moore2019-09-262-0/+23
* [clang-tidy] Add bugprone-infinite-loop.rst from D64736 to fix buildbotFangrui Song2019-09-241-0/+32
* [clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test ...Fangrui Song2019-09-241-0/+1
* Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting...Simon Pilgrim2019-09-241-1/+0
* [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite ...Adam Balogh2019-09-241-0/+1
* [clang-tidy] Add check for classes missing -hash ⚠️Stephane Moore2019-09-212-0/+17
* [clang-tidy] add checks to bugprone-posix-returnJian Cai2019-09-161-3/+3
OpenPOWER on IntegriCloud