summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-042-2/+2
* Use std::unique_ptr in ClangTidyCheckFactoriesDmitri Gribenko2019-09-262-0/+4
* [clang-tidy] Don't emit google-runtime-references warning for functions defin...Haojian Wu2019-08-231-0/+3
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-144-4/+4
* [clang-tidy]: Google: new check 'google-upgrade-googletest-case'Eric Fiselier2019-07-294-0/+398
* Fixed google-readability-casting test to work in c++17Dmitri Gribenko2019-06-111-7/+15
* Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore2019-05-311-8/+14
* Rollback "Revise the google-objc-global-variable-declaration check to match t...Stephane Moore2019-05-291-14/+8
* Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore2019-05-291-8/+14
* [clang-tidy] New check calling out uses of +new in Objective-C codeDmitri Gribenko2019-05-234-0/+172
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-2515-15/+15
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-224-8/+11
* [clang-tidy] Disable google-runtime-int in Objective-C++ 🔓Stephane Moore2019-03-201-1/+3
* Fixed global constant/variable naming check on C++ class for ObjC++ files.Yan Zhang2019-03-151-0/+4
* [clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore2019-02-211-3/+7
* Revert rCTE352968 due to compilation failures 💥Stephane Moore2019-02-021-7/+3
* [clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore2019-02-021-3/+7
* [clang-tidy] Add check for underscores in googletest names.Haojian Wu2019-01-254-0/+127
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1929-116/+87
* [clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore2018-12-141-3/+5
* [clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...Stephane Moore2018-12-041-2/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-6/+4
* [clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...Stephane Moore2018-11-174-0/+168
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-303-5/+4
* Port getLocEnd -> getEndLocStephen Kelly2018-08-092-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-097-15/+15
* [clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko2018-06-211-4/+0
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-161-1/+2
* [clang-tidy/google-runtime-int] Allow passing non-bitwidth types to printf()-...Ben Hamilton2018-05-011-1/+11
* [clang-tidy] Remove google-runtime-member-string-referencesBenjamin Kramer2018-04-054-109/+0
* do not register matcher for objc-only checks when analyzing non-objc sources ...Yan Zhang2018-03-071-0/+5
* [clang-tidy/google] Improve the Objective-C global variable declaration check...Yan Zhang2018-02-251-2/+2
* [clang-tidy] Function-scoped static variables should not trigger google-objc-...Ben Hamilton2018-01-051-1/+10
* 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
OpenPOWER on IntegriCloud