summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy]: Google: new check 'google-upgrade-googletest-case'Eric Fiselier2019-07-291-0/+3
* [clang-tidy] New check calling out uses of +new in Objective-C codeDmitri Gribenko2019-05-231-0/+3
* [clang-tidy] Add check for underscores in googletest names.Haojian Wu2019-01-251-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...Stephane Moore2018-11-171-0/+3
* [clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko2018-06-211-4/+0
* [clang-tidy] Remove google-runtime-member-string-referencesBenjamin Kramer2018-04-051-3/+0
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-161-0/+3
* Add new check in google module for Objective-C code to ensure global variable...Haojian Wu2017-11-071-6/+9
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-141-3/+0
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [clang-tidy] new google-default-arguments checkHaojian Wu2016-05-091-0/+3
* [clang-tidy] Add non-constant references in function parameters check.Alexander Kornienko2016-02-021-0/+3
* [clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko2015-03-161-3/+0
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-091-3/+3
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-7/+13
* Add clang-tidy check google-global-names-in-headers.Samuel Benzaquen2015-02-111-0/+3
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-4/+4
* [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10Alexander Kornienko2014-11-201-1/+1
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-261-2/+9
* [clang-tidy] Default options in modules.Alexander Kornienko2014-10-161-0/+13
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-221-0/+3
* [clang-tidy] Add a checker that warns on TODO comments without username.Benjamin Kramer2014-09-181-0/+3
* Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko2014-09-101-30/+20
* [clang-tidy] Add a checker that suggests replacing short/long/long long with ...Benjamin Kramer2014-08-291-0/+4
* [clang-tidy] Add a checker for zero-length memset.Benjamin Kramer2014-07-161-0/+4
* [clang-tidy] Add namespaces checkers.Benjamin Kramer2014-07-161-0/+8
* [clang-tidy] Add a checker that warns on const string & members.Benjamin Kramer2014-07-161-0/+4
* [clang-tidy] Add a checker that flags unnamed parameters.Benjamin Kramer2014-07-151-0/+4
* [clang-tidy] Add a checker that flags all instances of overloaded unary opera...Benjamin Kramer2014-07-151-0/+4
* [clang-tidy] Add a checker that removes deducible arguments from std::make_pairBenjamin Kramer2014-07-151-0/+4
* Another attempt to add a clang-tidy check for flagging C-style casts.Alexander Kornienko2014-06-291-0/+4
* Rolling back, as the test fails on one of the buildbots:Alexander Kornienko2014-06-251-4/+0
* Add a check to flag the usage of C-style casts (Google Style).Alexander Kornienko2014-06-251-0/+4
* Move google-explicit-constructor check to a separate source file.Alexander Kornienko2014-06-181-72/+1
* Track clang changes from r209061Alp Toker2014-05-171-2/+1
* Fix assertion in google-explicit-constructor check when the constructor isAlexander Kornienko2014-05-051-3/+5
* Fix the message for "Move constructor declared explicit".Alexander Kornienko2014-04-291-1/+2
* Warn on explicit copy constructors.Alexander Kornienko2014-04-291-3/+46
* clang-tidy explicit constructor check: don't warn on copy or move constructors.Alexander Kornienko2014-03-201-1/+1
* clang-tidy explicit constructors check: don't warn on deleted constructors.Alexander Kornienko2014-03-191-1/+2
* Fixed formatting.Alexander Kornienko2014-03-051-2/+1
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-1/+1
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-271-1/+2
* Fix ExplicitConstructorCheck to warn only on in-class declarations.Alexander Kornienko2014-02-131-10/+12
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-131-1/+1
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-2/+2
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+61
OpenPOWER on IntegriCloud