index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clang-tidy
/
objc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock
Stephane Moore
2019-10-01
4
-75
/
+0
*
[clang-tidy] Add check for classes missing -hash ⚠️
Stephane Moore
2019-09-21
4
-0
/
+101
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-3
/
+3
*
[clang-tidy] Migrate objc-super-self to use isDerivedFrom 🚛
Stephane Moore
2019-08-16
1
-30
/
+17
*
[clang-tidy] Migrate objc-forbidden-subclassing to use isDerivedFrom 🚛
Stephane Moore
2019-08-16
1
-28
/
+1
*
[clang-tidy] Add a check for [super self] in initializers 🔍
Stephane Moore
2019-04-17
4
-0
/
+167
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
4
-4
/
+4
*
Update property prefix regex to allow numbers.
Yan Zhang
2019-02-20
1
-10
/
+9
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-02-16
2
-23
/
+2
*
Revert rCTE351921 to fix documentation geneeration.
Stephane Moore
2019-01-23
2
-2
/
+23
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-01-23
2
-23
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
9
-36
/
+27
*
[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...
Stephane Moore
2018-12-05
1
-129
/
+16
*
[clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h
Stephane Moore
2018-11-15
1
-1
/
+1
*
Fix the issue that not recognizing single acronym with prefix as ObjC propert...
Yan Zhang
2018-11-01
1
-5
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
3
-6
/
+6
*
[clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheck
Ben Hamilton
2018-09-07
1
-0
/
+8
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
2
-2
/
+2
*
[clang-tidy/ObjC] Add SQL to list of acronyms
Ben Hamilton
2018-07-12
1
-0
/
+1
*
[clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declaration
Ben Hamilton
2018-06-27
1
-0
/
+6
*
- Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...
Yan Zhang
2018-06-11
1
-1
/
+2
*
[checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationChe...
Ben Hamilton
2018-06-07
1
-1
/
+1
*
add AR to acronyms of clang-tidy property check
Yan Zhang
2018-05-15
1
-0
/
+1
*
Add support for ObjC property name to be a single acronym.
Yan Zhang
2018-05-04
1
-0
/
+6
*
[clang-tidy] Add Apple prefix acronyms to objc-property-declaration
Ben Hamilton
2018-05-01
1
-0
/
+8
*
add extra acronyms for objc property names
Yan Zhang
2018-04-18
1
-0
/
+5
*
do not register matcher for objc-only checks when analyzing non-objc sources ...
Yan Zhang
2018-03-07
3
-0
/
+12
*
add UUID to the acronyms list of objc property name checks
Yan Zhang
2018-02-27
1
-0
/
+2
*
Support special acronyms inside property names and allow plural forms
Yan Zhang
2018-02-06
1
-7
/
+10
*
add prefix with '_' support for property name. Corresponding apple dev doc: h...
Yan Zhang
2018-01-30
2
-21
/
+79
*
[clang-tidy objc-property-declaration] New option IncludeDefaultAcronyms
Ben Hamilton
2018-01-22
2
-67
/
+81
*
[clang-tidy objc-property-declaration] Expand list of ObjC acronyms
Ben Hamilton
2018-01-18
1
-12
/
+50
*
add ID as a special acronym to objc property declaration check for property n...
Yan Zhang
2018-01-17
1
-8
/
+11
*
add new check to find NSError init invocation
Yan Zhang
2017-11-30
2
-0
/
+0
*
add new check to find NSError init invocation
Yan Zhang
2017-11-30
4
-0
/
+77
*
add new check to find OSSpinlock usage
Yan Zhang
2017-11-27
4
-0
/
+77
*
add new check for property declaration
Ben Hamilton
2017-11-13
4
-0
/
+163
*
[clang-tidy ObjC] [3/3] New check objc-forbidden-subclassing
Haojian Wu
2017-10-27
4
-1
/
+164
*
[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checks
Haojian Wu
2017-10-26
2
-0
/
+52