summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-9/+9
* [clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko2016-06-171-2/+2
* [clang-tidy] readability-identifier-naming - Support for MacrosAlexander Kornienko2016-06-172-22/+187
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-152-2/+2
* [clang-tidy] readability-identifier-naming - Support for Type AliasesAlexander Kornienko2016-06-071-0/+4
* [clang-tidy] Do not try to suggest a fix if the parameter is partially in a m...Samuel Benzaquen2016-06-061-0/+6
* Fix uninitialized memory access when the token 'const' is not present inSamuel Benzaquen2016-06-011-5/+8
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-312-6/+7
* Speed up check by using a recursive visitor.Samuel Benzaquen2016-05-252-66/+84
* [clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron2016-05-172-16/+3
* [clang-tidy] Refactoring of FixHintUtilsEtienne Bergeron2016-05-111-6/+4
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-026-7/+14
* clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r...NAKAMURA Takumi2016-04-221-0/+1
* [clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron2016-04-212-44/+12
* [clang-tidy] readability-container-size-empty fixesGabor Horvath2016-04-191-8/+12
* [clang-tidy] Add more detection rules for redundant c_str calls.Etienne Bergeron2016-04-151-2/+65
* [clang-tidy] Add a readability-deleted-default clang-tidy check.Alexander Kornienko2016-04-134-0/+109
* [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid cod...Matthias Gehre2016-04-121-7/+40
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-2/+2
* [clang-tidy] Fix FP with readability-redundant-string-init for default argumentsEtienne Bergeron2016-04-071-1/+2
* [clang-tidy] Add a check to detect static definitions in anonymous namespace.Haojian Wu2016-04-054-0/+111
* [clang-tidy] Fix MSVC build.Alexander Kornienko2016-03-301-1/+2
* [clang-tidy] readability check for const params in declarationsAlexander Kornienko2016-03-304-0/+108
* [clang-tidy] Add support for different char-types for the readability-redunda...Etienne Bergeron2016-03-241-14/+14
* [clang-tidy] Fix redundant-string-cstr check with msvc 14 headers.Etienne Bergeron2016-03-221-19/+21
* [clang-tidy] Fix redundant-string-init check with msvc 14 headers.Etienne Bergeron2016-03-221-15/+32
* IdentifierNamingCheck.cpp: try to fix MSVC buildHans Wennborg2016-02-291-4/+4
* Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko2016-02-254-0/+98
* [clang-tidy] update links to Google Code Style in docsHaojian Wu2016-02-252-2/+2
* [clang-tidy] Match the type against the get() method we are calling,Samuel Benzaquen2016-02-171-5/+5
* [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-s...Haojian Wu2016-02-161-2/+2
* Reapply r260096.Aaron Ballman2016-02-122-162/+140
* [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
OpenPOWER on IntegriCloud