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
...
*
CurContext cannot be null ever.
Fariborz Jahanian
2011-09-19
1
-1
/
+1
*
objc: Don't crash with decl context for property impl.
Fariborz Jahanian
2011-09-17
1
-1
/
+1
*
objc-arc: warn when a 'retain' block property is
Fariborz Jahanian
2011-09-14
1
-1
/
+7
*
Refactoring, mostly to give ObjCPropertyDecls stronger invariants for
John McCall
2011-09-13
1
-135
/
+120
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-11
/
+11
*
objc-gc: More sema work for properties declared 'weak'
Fariborz Jahanian
2011-09-07
1
-6
/
+13
*
objc-gc: Don't force a __strong type'd property
Fariborz Jahanian
2011-09-07
1
-1
/
+1
*
objc-gc: Adds support for "weak" property attribute under GC.
Fariborz Jahanian
2011-09-06
1
-0
/
+6
*
objective-c: this patch (re)introduces objective-c's default property
Fariborz Jahanian
2011-08-31
1
-0
/
+10
*
objective-c - Make warning on unimplemented protocols point
Fariborz Jahanian
2011-08-27
1
-6
/
+6
*
objc-arc: Mention property's attribute by name when
Fariborz Jahanian
2011-08-26
1
-1
/
+3
*
objc - use existing API for temporary switch of
Fariborz Jahanian
2011-08-22
1
-5
/
+2
*
objc - minor comment fix up and cleanup.
Fariborz Jahanian
2011-08-22
1
-1
/
+1
*
Restore patch I reversed in r138040. Known buildbot
Fariborz Jahanian
2011-08-22
1
-12
/
+15
*
objc-arc: @property definitions should default to (strong) when not
Fariborz Jahanian
2011-08-19
1
-7
/
+14
*
Revers r138040. Need to look at a few buildbot failures.
Fariborz Jahanian
2011-08-19
1
-15
/
+12
*
objective-c: Bring objective-c handling of decl context
Fariborz Jahanian
2011-08-19
1
-12
/
+15
*
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-17
1
-3
/
+7
*
objective-c: reverse patch for // rdar://9818354
Fariborz Jahanian
2011-08-01
1
-8
/
+0
*
In ARC we emit an error when compiling:
Argyrios Kyrtzidis
2011-07-26
1
-7
/
+7
*
objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...
Fariborz Jahanian
2011-07-22
1
-0
/
+8
*
When creating a property in a class extension, make sure to check its
Douglas Gregor
2011-07-15
1
-0
/
+1
*
objc++: Some level of covariance is allowed in ObjC properties.
Fariborz Jahanian
2011-07-13
1
-6
/
+9
*
objc++: Some level of covariance is allowed in ObjC properties.
Fariborz Jahanian
2011-07-12
1
-1
/
+1
*
[ARC] Complain about property without storage attribute when @synthesizing it...
Argyrios Kyrtzidis
2011-07-12
1
-20
/
+43
*
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-07-06
1
-1
/
+1
*
objc-arc/mrc: Allow ns_returns_not_retained attribute on properties
Fariborz Jahanian
2011-06-25
1
-1
/
+11
*
No need to warn if 'unavailable' method/property
Fariborz Jahanian
2011-06-24
1
-1
/
+1
*
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...
Argyrios Kyrtzidis
2011-06-24
1
-3
/
+3
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-33
/
+350
*
Restore 'atomic' as an attribute of objc
Fariborz Jahanian
2011-06-11
1
-2
/
+6
*
Remove 'atomic' as a property attribute keyword.
Fariborz Jahanian
2011-06-08
1
-6
/
+2
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
de-sugared when accessing property reference type.
Fariborz Jahanian
2011-03-30
1
-1
/
+1
*
Implements property of reference types. Adding
Fariborz Jahanian
2011-03-28
1
-12
/
+14
*
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-23
1
-4
/
+8
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-3
/
+5
*
Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz!
Argyrios Kyrtzidis
2011-01-31
1
-2
/
+2
*
Add -Wcustom-atomic-properties which warns if an atomic-by-default property h...
Argyrios Kyrtzidis
2011-01-31
1
-4
/
+30
*
Give OpaqueValueExpr a source location, because its source location
Douglas Gregor
2011-01-28
1
-3
/
+7
*
Initialize a variable, found by Ted.
Fariborz Jahanian
2011-01-20
1
-1
/
+1
*
Don't warn on missing 'copy' attribute on a 'block'
Fariborz Jahanian
2011-01-05
1
-0
/
+1
*
Guard lazy synthesis of provisional ivars under the new
Fariborz Jahanian
2011-01-03
1
-1
/
+2
*
Warn when synthesizing a property which is
Fariborz Jahanian
2010-12-17
1
-0
/
+12
*
ivars craeted for explicit @synthesize and those
Fariborz Jahanian
2010-12-15
1
-1
/
+1
*
Any property declared in a class extension might have user
Fariborz Jahanian
2010-12-10
1
-1
/
+4
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
1
-1
/
+1
*
Calculate the value kind of an expression when it's created and
John McCall
2010-11-18
1
-6
/
+6
*
For an Objective-C @synthesize statement, e.g.,
Douglas Gregor
2010-11-17
1
-3
/
+5
*
Kill off the remaining places which generate CK_Unknown casts.
John McCall
2010-11-16
1
-8
/
+4
[prev]
[next]