summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' ...Haojian Wu2016-02-111-1/+4
* [clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath2016-02-091-18/+21
* [clang-tidy] Replace a custom ASTMatcher with a built-in one.Gabor Horvath2016-02-091-4/+2
* Reverting r260096; it causes build bot failures:Aaron Ballman2016-02-082-138/+162
* Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman2016-02-082-162/+138
* Sort checks alphabetically in ReadabilityTidyModule.cpp.Eugene Zelenko2016-02-011-4/+4
* Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman2016-02-014-0/+154
* Remove autoconf supportChris Bieneman2016-01-261-12/+0
* Test commit. Fix typo in comment.Jonathan Coe2016-01-261-1/+1
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-081-1/+1
* [clang-tidy] Fix a use-after-free bug found by asanAlexander Kornienko2015-12-291-2/+3
* [clang-tidy] Fix a false positive case in ContainerSizeEmpty check.Gabor Horvath2015-12-281-4/+9
* [clang-tidy] Preserve comments and preprocessor directives when simplifying b...Alexander Kornienko2015-12-282-39/+72
* Fix a false positive case in ContainerSizeEmpty check (PR25893).Gabor Horvath2015-12-211-0/+5
* [clang-tidy] google-readability-namespace-comments: ignore stray semicolonsAlexander Kornienko2015-12-161-1/+2
* [clang-tidy] Don't use diag() for debug outputAlexander Kornienko2015-12-161-11/+3
* [clang-tidy] Fix PR25812.Gabor Horvath2015-12-121-25/+26
* clang-tidy readability identifiers: better diagnostic locationMike Aizatsky2015-12-041-1/+1
* [clang-tidy] Fix message style (capitalization, trailing period).Alexander Kornienko2015-11-091-3/+2
* [clang-tidy] readability-named-parameter: don't complain about implicit param...Alexander Kornienko2015-11-061-0/+2
* Drop dead return after llvm_unreachable. NFC.Benjamin Kramer2015-10-261-1/+0
* assert(false) -> llvm_unreachable.Benjamin Kramer2015-10-251-1/+1
* [clang-tidy] Add return value for non-assert builds.Daniel Jasper2015-10-251-0/+1
* [clang-tidy] Add check readability-implicit-bool-castPiotr Dziwinski2015-10-254-0/+476
* Test commitPiotr Dziwinski2015-10-241-2/+2
* Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...Samuel Benzaquen2015-10-194-0/+108
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* [clang-tidy] Implement FixitHints for identifier references in IdentifierNami...Alexander Kornienko2015-10-011-14/+116
* [clang-tidy] Fix an assertion in the readability-braces-around-statements check.Alexander Kornienko2015-09-301-0/+10
* [clang-tidy] Code factorization and cleanup in IdentifierNamingCheckAlexander Kornienko2015-09-282-38/+49
* Pass SourceLocation by value instead of by const reference since its just a 3...Craig Topper2015-09-211-1/+1
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-176-54/+63
* [clang-tidy] Add inconsistent declaration parameter name checkAlexander Kornienko2015-09-104-0/+385
* [clang-tidy] Fix PR22785.Alexander Kornienko2015-09-091-5/+10
* Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman2015-09-024-1/+19
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-314-145/+0
* [clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko2015-08-2711-75/+118
* [clang-tidy] Add new IdentifierNaming checkAlexander Kornienko2015-08-194-0/+664
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...Alexander Kornienko2015-07-012-29/+276
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-172-10/+6
* [clang-tidy] Force braces around leaf 'else if' for consistency.Samuel Benzaquen2015-06-042-5/+14
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko2015-05-172-16/+55
* clang-tidy: [readability-else-after-return] Fix false positive. ThisDaniel Jasper2015-04-271-3/+5
* [clang-tidy] Remove static StringSet in favor of binary search.Benjamin Kramer2015-04-172-37/+29
* [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko2015-04-104-1/+482
* [clang-tidy] Fix for http://llvm.org/PR23130Alexander Kornienko2015-04-081-3/+3
* Force braces on the else branch if they are being added to the if branch.Samuel Benzaquen2015-03-312-12/+15
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-3/+4
* [clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko2015-03-164-0/+170
* Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko2015-03-164-7/+180
OpenPOWER on IntegriCloud