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
*
ObjectiveC ARC. Removes a bogus warning when a weak
Fariborz Jahanian
2013-11-19
1
-1
/
+3
*
ObjectiveC arc. Warn when an implicitly 'strong' property
Fariborz Jahanian
2013-10-26
1
-0
/
+14
*
ObjectiveC: Warn when 'readonly' property has explicit
Fariborz Jahanian
2013-10-07
1
-118
/
+39
*
ObjectiveC. Allow readonly properties without an explicit ownership
Fariborz Jahanian
2013-10-04
1
-24
/
+34
*
ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation
Fariborz Jahanian
2013-09-19
1
-0
/
+4
*
Fix recovery for missing * in objc property.
Eli Friedman
2013-07-09
1
-2
/
+10
*
Objective-C: diagnose when synthesizing an ivar of
Fariborz Jahanian
2013-07-05
1
-1
/
+7
*
Delete dead code.
Eli Friedman
2013-06-27
1
-104
/
+0
*
Objective-C: Warn when IBOutletCollection property
Fariborz Jahanian
2013-06-25
1
-0
/
+2
*
Objective-C: Another case of issuing warning about misusing
Fariborz Jahanian
2013-06-07
1
-13
/
+13
*
Objective-C: Removes a bogus warning about auto-synthesis
Fariborz Jahanian
2013-06-07
1
-10
/
+10
*
Make helper functions static.
Benjamin Kramer
2013-05-23
1
-2
/
+3
*
Objective-C [qoi]: When an class conforms to multiple
Fariborz Jahanian
2013-05-20
1
-0
/
+54
*
Objective-C arc: Diagnose when user attempts to
Fariborz Jahanian
2013-05-16
1
-0
/
+12
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-2
/
+1
*
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
1
-2
/
+2
*
Objective-C arc: Improve disgnostics when 'weak'
Fariborz Jahanian
2013-04-24
1
-2
/
+4
*
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-24
1
-5
/
+35
*
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-04
1
-2
/
+0
*
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
1
-0
/
+8
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+0
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-0
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+0
*
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-04-02
1
-0
/
+2
*
Objective-C: Property declaration overiding one in
Fariborz Jahanian
2013-03-25
1
-0
/
+2
*
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-21
1
-1
/
+2
*
Objective-C: In my last path, also check
Fariborz Jahanian
2013-03-12
1
-1
/
+2
*
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
2013-03-12
1
-3
/
+21
*
objective-C: synthesize properties in order of their
Fariborz Jahanian
2013-02-14
1
-7
/
+10
*
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-14
1
-0
/
+27
*
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
2013-02-10
1
-3
/
+13
*
QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...
Ted Kremenek
2013-02-09
1
-2
/
+2
*
objective-C: don't issue bogus warning about
Fariborz Jahanian
2013-02-08
1
-12
/
+30
*
Eliminate Sema::CompareProperties(), which was walking over a pile of
Douglas Gregor
2013-01-21
1
-56
/
+66
*
Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which
Douglas Gregor
2013-01-21
1
-45
/
+28
*
Replace some unnecessary O(N^2) lookups for properties with
Douglas Gregor
2013-01-21
1
-40
/
+53
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-17
/
+22
*
Use Decl::getAvailability() rather than checking for the "unavailable"
Douglas Gregor
2013-01-08
1
-1
/
+2
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-118
/
+118
*
objective-C: Don't warn of unimplemented property of protocols in
Fariborz Jahanian
2012-12-19
1
-4
/
+15
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-118
/
+118
*
[objc] For the ARC error that is emitted when a synthesized property implemen...
Argyrios Kyrtzidis
2012-12-12
1
-3
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Address Jordan's review: comments, spaces.
Anna Zaks
2012-10-31
1
-3
/
+3
*
Fix Objective-C implicit property synthesis for C++ classes so we use valid
Eli Friedman
2012-10-18
1
-10
/
+15
*
Factor CollectClassPropertyImplementations out of Sema into AST
Anna Zaks
2012-10-18
1
-42
/
+12
*
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
1
-91
/
+0
*
Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.
Jordan Rose
2012-10-10
1
-35
/
+34
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-4
/
+4
*
Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.
Anna Zaks
2012-09-27
1
-11
/
+1
[next]