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
/
lib
/
Sema
/
SemaObjCProperty.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-69
/
+69
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
[ObjC] The absence of ownership qualifiers on an ambiguous property leads
Alex Lorenz
2018-05-02
1
-4
/
+14
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
1
-0
/
+8
*
[ObjC] Don't warn on readwrite properties with custom setters that
Alex Lorenz
2017-10-06
1
-1
/
+5
*
[ObjC] Check written attributes only when synthesizing ambiguous property
Alex Lorenz
2017-08-22
1
-2
/
+2
*
[Sema] Silence -Wobjc-missing-property-synthesis for unavailable properties
Alex Lorenz
2017-08-15
1
-1
/
+1
*
[ObjC] Pick a 'readwrite' property when synthesizing ambiguous
Alex Lorenz
2017-07-13
1
-27
/
+160
*
Add a fixit for -Wobjc-protocol-property-synthesis
Alex Lorenz
2017-07-03
1
-4
/
+10
*
[Sema][ObjC] Avoid the "type of property does not match type of accessor"
Alex Lorenz
2017-03-30
1
-6
/
+3
*
[index/AST] Add references for ObjC getter=/setter= property attributes and r...
Argyrios Kyrtzidis
2017-03-16
1
-10
/
+18
*
Move checks for creation of objects of abstract class type from the various
Richard Smith
2016-12-15
1
-2
/
+4
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
1
-21
/
+21
*
[ObjC] Remove _Atomic from return type and parameter type of
Akira Hatanaka
2016-05-26
1
-8
/
+16
*
ObjectiveC Class Properties: warn if a class property accessor is mistakenly an
Manman Ren
2016-05-18
1
-12
/
+16
*
ObjC class properties: add diagnostics for unimplemented class properties.
Manman Ren
2016-04-12
1
-42
/
+62
*
ObjC: add getter/setter for class properties to global pool.
Manman Ren
2016-03-23
1
-0
/
+5
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-5
/
+0
*
Class Property: warn for synthesize on a class property.
Manman Ren
2016-01-29
1
-0
/
+4
*
Class Property: change PropertyMap to include isClassProperty.
Manman Ren
2016-01-28
1
-17
/
+28
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-17
/
+26
*
Class Property: create accessors (class methods) for class property.
Manman Ren
2016-01-27
1
-17
/
+40
*
Class Property: handle class properties.
Manman Ren
2016-01-27
1
-2
/
+2
*
Class Property: parse property attribute (class).
Manman Ren
2016-01-26
1
-0
/
+5
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-8
/
+8
*
ObjC properties: consider ownership of properties from protocols when synthes...
Douglas Gregor
2015-12-18
1
-0
/
+7
*
Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...
Douglas Gregor
2015-12-10
1
-89
/
+158
*
Objective-C properties: loosen 'atomic' checking for readonly properties.
Douglas Gregor
2015-12-09
1
-20
/
+53
*
Objective-C properties: fix bogus use of "isa<>" on a QualType.
Douglas Gregor
2015-12-08
1
-6
/
+5
*
Fix a comment typo from r251874.
Nico Weber
2015-12-03
1
-1
/
+1
*
Simplify Sema::ProcessPropertyDecl. NFC
Douglas Gregor
2015-11-03
1
-21
/
+6
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-176
/
+136
*
Be more conservative about diagnosing "incorrect" uses of __weak:
John McCall
2015-10-27
1
-51
/
+76
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-38
/
+44
*
Fix inference of _Nullable for weak Objective-C properties.
Douglas Gregor
2015-10-09
1
-8
/
+1
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
[sema] Allow to opt-out of overriding the super class's designated initialize...
Argyrios Kyrtzidis
2015-07-30
1
-4
/
+10
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-2
/
+6
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-2
/
+2
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-13
/
+4
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
1
-2
/
+60
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-8
/
+32
*
[Objective-C Sema] Use canonical type of properties when comparing
Fariborz Jahanian
2015-04-08
1
-3
/
+5
*
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
2015-03-11
1
-5
/
+3
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-3
/
+5
*
Suggest objc_method_family(none) for a property named -newFoo or similar.
Jordan Rose
2015-01-16
1
-0
/
+34
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Objective-C [qoi]. When reporting that a property is not
Fariborz Jahanian
2014-10-10
1
-0
/
+1
*
Objective-C [qoi]. If property is going to be implemented
Fariborz Jahanian
2014-08-29
1
-3
/
+4
[next]