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
*
objc: Improve on diagnostic when atomic proeprty is synthesized
Fariborz Jahanian
2011-10-06
1
-1
/
+3
*
objc++: For atomic properties of c++ class objec typet, appropriate
Fariborz Jahanian
2011-10-06
1
-0
/
+15
*
objc: Turn diagnostic on property type mismatch in
Fariborz Jahanian
2011-10-04
1
-1
/
+1
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
1
-3
/
+3
*
Pass from the parser the locations of selector identifiers when creating
Argyrios Kyrtzidis
2011-10-03
1
-1
/
+2
*
Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...
Argyrios Kyrtzidis
2011-10-03
1
-1
/
+1
*
Include prefix with default synthesized ivars.
Ted Kremenek
2011-09-27
1
-3
/
+14
*
objc - don't complain about unimplemented property when conforming
Fariborz Jahanian
2011-09-27
1
-1
/
+2
*
objc - compare setter/property types using
Fariborz Jahanian
2011-09-26
1
-2
/
+2
*
objc - in matching setter argument type to its property type,
Fariborz Jahanian
2011-09-26
1
-1
/
+2
*
objc - redeclaration of property in extension class
Fariborz Jahanian
2011-09-24
1
-1
/
+7
*
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
[next]