summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/objc
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlockStephane Moore2019-10-014-75/+0
* [clang-tidy] Add check for classes missing -hash ⚠️Stephane Moore2019-09-214-0/+101
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-3/+3
* [clang-tidy] Migrate objc-super-self to use isDerivedFrom 🚛Stephane Moore2019-08-161-30/+17
* [clang-tidy] Migrate objc-forbidden-subclassing to use isDerivedFrom 🚛Stephane Moore2019-08-161-28/+1
* [clang-tidy] Add a check for [super self] in initializers 🔍Stephane Moore2019-04-174-0/+167
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-254-4/+4
* Update property prefix regex to allow numbers.Yan Zhang2019-02-201-10/+9
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-02-162-23/+2
* Revert rCTE351921 to fix documentation geneeration.Stephane Moore2019-01-232-2/+23
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-01-232-23/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore2018-12-051-129/+16
* [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.hStephane Moore2018-11-151-1/+1
* Fix the issue that not recognizing single acronym with prefix as ObjC propert...Yan Zhang2018-11-011-5/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-303-6/+6
* [clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheckBen Hamilton2018-09-071-0/+8
* Port getLocStart -> getBeginLocStephen Kelly2018-08-092-2/+2
* [clang-tidy/ObjC] Add SQL to list of acronymsBen Hamilton2018-07-121-0/+1
* [clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declarationBen Hamilton2018-06-271-0/+6
* - Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...Yan Zhang2018-06-111-1/+2
* [checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationChe...Ben Hamilton2018-06-071-1/+1
* add AR to acronyms of clang-tidy property checkYan Zhang2018-05-151-0/+1
* Add support for ObjC property name to be a single acronym.Yan Zhang2018-05-041-0/+6
* [clang-tidy] Add Apple prefix acronyms to objc-property-declarationBen Hamilton2018-05-011-0/+8
* add extra acronyms for objc property namesYan Zhang2018-04-181-0/+5
* do not register matcher for objc-only checks when analyzing non-objc sources ...Yan Zhang2018-03-073-0/+12
* add UUID to the acronyms list of objc property name checksYan Zhang2018-02-271-0/+2
* Support special acronyms inside property names and allow plural formsYan Zhang2018-02-061-7/+10
* add prefix with '_' support for property name. Corresponding apple dev doc: h...Yan Zhang2018-01-302-21/+79
* [clang-tidy objc-property-declaration] New option IncludeDefaultAcronymsBen Hamilton2018-01-222-67/+81
* [clang-tidy objc-property-declaration] Expand list of ObjC acronymsBen Hamilton2018-01-181-12/+50
* add ID as a special acronym to objc property declaration check for property n...Yan Zhang2018-01-171-8/+11
* add new check to find NSError init invocationYan Zhang2017-11-302-0/+0
* add new check to find NSError init invocationYan Zhang2017-11-304-0/+77
* add new check to find OSSpinlock usageYan Zhang2017-11-274-0/+77
* add new check for property declarationBen Hamilton2017-11-134-0/+163
* [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu2017-10-274-1/+164
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-262-0/+52
OpenPOWER on IntegriCloud