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
/
PropertyDeclarationCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-14
/
+0
*
Revert rCTE351921 to fix documentation geneeration.
Stephane Moore
2019-01-23
1
-0
/
+14
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-01-23
1
-14
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...
Stephane Moore
2018-12-05
1
-129
/
+16
*
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
1
-2
/
+2
*
[clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheck
Ben Hamilton
2018-09-07
1
-0
/
+8
*
[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
1
-0
/
+4
*
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
1
-21
/
+78
*
[clang-tidy objc-property-declaration] New option IncludeDefaultAcronyms
Ben Hamilton
2018-01-22
1
-66
/
+79
*
[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 for property declaration
Ben Hamilton
2017-11-13
1
-0
/
+115