summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] Add new readability non-idiomatic static access checkGabor Horvath2017-08-084-0/+137
* [clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko2017-08-084-42/+40
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-023-12/+16
* [clang-tidy] Handle anonymous structs/unions in member init checks.Malcolm Parsons2017-08-011-2/+3
* [clang-tidy] readability-redundant-declaration: ignore friends and macrosAlexander Kornienko2017-07-282-5/+19
* [clang-tidy] readability-function-size: fix nesting level calculationRoman Lebedev2017-06-161-10/+15
* [clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev2017-06-092-8/+35
* (no commit message)Florian Gross2017-05-251-1/+1
* [clang-tidy] readability-redundant-declaration false positive for defaulted f...Alexander Kornienko2017-05-221-5/+6
* [clang-tidy] readability-braces-around-statements false positive with char li...Alexander Kornienko2017-05-221-2/+3
* [clang-tidy] Optimize readability-implicit-bool-cast, NFCAlexander Kornienko2017-05-161-10/+10
* [clang-tidy] Optimize matchers in readability-implicit-bool-cast. NFCAlexander Kornienko2017-05-161-8/+10
* [clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAVAlexander Kornienko2017-05-152-120/+101
* [clang-tidy] Minor cleanup + a disabled test case for PR26228. NFCAlexander Kornienko2017-05-091-5/+5
* [clang-tidy] Fix readability-implicit-bool-cast false positivesAlexander Kornienko2017-05-081-1/+2
* [clang-tidy] fix readability-implicit-bool-cast false positive with xorAlexander Kornienko2017-05-041-15/+17
* [clang-tidy] fix readability-implicit-bool-cast false alarm on |=, &=Alexander Kornienko2017-05-041-24/+24
* [clang-tidy] Code cleanup, (almost) NFC (*).Alexander Kornienko2017-05-041-148/+91
* [clang-tidy] Expand AllowConditional*Casts to binary logical operatorsAlexander Kornienko2017-04-291-12/+22
* [clang-tidy] Update IdentifierNamingCheck to remove extra leading/trailing un...Alexander Kornienko2017-04-261-4/+11
* Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman2017-04-241-5/+63
* [clang-tidy] clang-format the last patch. NFCAlexander Kornienko2017-03-222-24/+15
* [clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring c...Alexander Kornienko2017-03-222-82/+103
* Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2017-03-211-1/+1
* [clang-tidy] readability-container-size-empty fix for (*x).size()Alexander Kornienko2017-03-201-3/+2
* [clang-tidy] Small cleanup. NFC.Alexander Kornienko2017-03-201-10/+4
* [clang-tidy] readability-misleading-indentation: fix chained ifAlexander Kornienko2017-03-172-2/+23
* [clang-tidy] readability-function-size: remove default param count thresholdAlexander Kornienko2017-03-081-1/+1
* [clang-tidy] Add parametercount for readibility-function-sizeAlexander Kornienko2017-03-012-2/+16
* [clang-tidy] Fix readability-redundant-declaration false positiveDaniel Marjamaki2017-02-241-8/+4
* [clang-tidy] Add readability-misleading-indentation check.Gabor Horvath2017-02-144-0/+148
* [clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...Mads Ravn2017-02-121-1/+1
* [clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...Mads Ravn2017-02-122-6/+16
* [clang-tidy] Add delete null pointer check.Gabor Horvath2016-12-314-0/+115
* [clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons2016-12-271-0/+3
* [clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko2016-12-211-1/+3
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-144-5/+5
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-3/+3
* [clang-tidy] Add check for redundant function pointer dereferencesMalcolm Parsons2016-12-134-0/+76
* readability-redundant-declaration: Fix crashDaniel Marjamaki2016-11-211-0/+2
* [clang-tidy] Fix identifier naming for initializer list member initializers.Eric Fiselier2016-11-161-0/+9
* [clang-tidy] Change readability-redundant-member-init to get base type from c...Malcolm Parsons2016-11-151-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-0815-81/+72
* [clang-tidy] Fixed readability-else-after-return for cascade statementsMalcolm Parsons2016-11-041-1/+1
* [clang-tidy] Ignore forward declarations without definitions in the same tran...Jonathan Coe2016-11-031-0/+3
* [clang-tidy] Handle data() in readability-redundant-string-cstrMalcolm Parsons2016-11-031-3/+5
* [clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki2016-11-014-0/+110
* [clang-tidy] Fix identifier naming in macro args.Jason Henline2016-10-241-7/+37
* [clang-tidy] Add check 'readability-redundant-member-init'Malcolm Parsons2016-10-204-0/+105
* [clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej2016-10-141-1/+1
OpenPOWER on IntegriCloud