summaryrefslogtreecommitdiffstats
path: root/clang-tidy/google
Commit message (Expand)AuthorAgeFilesLines
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-164-0/+90
* Add new check in google module for Objective-C code to ensure global variable...Haojian Wu2017-11-074-6/+139
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-2/+2
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-202-4/+4
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-144-139/+0
* [clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.Haojian Wu2017-07-121-5/+7
* Make google-build-using-namespace skip std::.*literalsAlexander Kornienko2017-05-152-0/+23
* [clang-tidy] Fix google-explicit-constructor issue with out-of-line conversionsAlexander Kornienko2017-04-181-0/+2
* [clang-tidy] Verify some conditions in a matcher instead of check(). NFCAlexander Kornienko2017-03-171-6/+7
* [clang-tidy] Ignore deleted members in google-explicit-constructor.Alexander Kornienko2017-03-171-1/+1
* [clang-tidy] google-readability-casting: don't use constructor call syntax fo...Alexander Kornienko2017-03-031-1/+1
* [clang-tidy] google-readability-casting: detect redundant casts with top-leve...Alexander Kornienko2017-03-021-6/+6
* [clang-tidy] Fix a few more issues in google-readability-castingAlexander Kornienko2017-03-021-34/+31
* [clang-tidy] google-readability-casting: Handle user-defined conversionsAlexander Kornienko2017-02-181-52/+79
* [clang-tidy] Fix handling of function types in google-readability-castingAlexander Kornienko2017-02-101-7/+26
* [clang-tidy] google-explicit-constructor: ignore macrosAlexander Kornienko2016-12-301-0/+4
* [clang-tidy] google-explicit-constructor: ignore template instantiationsAlexander Kornienko2016-12-301-2/+4
* [clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...Alexander Kornienko2016-12-281-2/+5
* [clang-tidy] Flag implicit conversion operators.Alexander Kornienko2016-12-231-9/+21
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-142-3/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-0811-49/+48
* [clang-tidy] Add a whitelist option in google-runtime-references.Haojian Wu2016-10-102-2/+29
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-242-5/+4
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+2
* [clang-tidy] Fix/add style guide links.Alexander Kornienko2016-05-191-1/+1
* [clang-tidy] new google-default-arguments checkHaojian Wu2016-05-094-0/+74
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-2/+2
* [clang-tidy] update links to Google Code Style in docsHaojian Wu2016-02-255-5/+5
* [clang-tidy] google-runtime-int: fix a false positive in implicit code.Alexander Kornienko2016-02-112-3/+41
* Unbreak the cmake shared build.Benjamin Kramer2016-02-051-0/+1
* [clang-tdiy] Add header file extension configuration support.Haojian Wu2016-02-054-16/+70
* [clang-tidy] More friendly warning in "google-runtime-references" when meetin...Haojian Wu2016-02-041-3/+10
* [clang-tidy] Add non-constant references in function parameters check.Alexander Kornienko2016-02-024-0/+159
* Remove autoconf supportChris Bieneman2016-01-261-12/+0
* [clang-tidy] Fix a false positive in google-runtime-memsetAlexander Kornienko2016-01-111-7/+11
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-084-8/+8
* [clang-tidy] google-explicit-constructor: improve the warning messageAlexander Kornienko2015-11-281-3/+5
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-172-6/+7
* [clang-tidy] google-runtime-int: made the matcher more restricting, added a t...Alexander Kornienko2015-09-161-1/+1
* [clang-tidy] Make google-runtime-int configurable.Alexander Kornienko2015-09-162-7/+19
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-027-11/+32
* [clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko2015-08-2710-29/+43
* We no longer need a custom matcher for this; use the builtin AST matcher inst...Aaron Ballman2015-08-181-8/+2
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-172-5/+4
* [clang-tidy] Don't issue most google-readability-casting warnings on .c files...Alexander Kornienko2015-05-261-8/+11
* [clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko2015-05-211-0/+5
* [clang-tidy] Clarify message for the google-explicit-constructor checkAlexander Kornienko2015-03-311-1/+5
* Fix false positive on anonymous namespaces in headers.Samuel Benzaquen2015-03-241-0/+10
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-232-7/+7
* [clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko2015-03-164-168/+0