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
/
test
/
SemaObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't warn on missing 'copy' attribute on a 'block'
Fariborz Jahanian
2011-01-05
1
-0
/
+2
*
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
Fariborz Jahanian
2011-01-04
12
-12
/
+12
*
Guard lazy synthesis of provisional ivars under the new
Fariborz Jahanian
2011-01-03
1
-1
/
+1
*
Add -fobjc-default-synthesized-properties flag
Ted Kremenek
2010-12-23
6
-6
/
+6
*
Complain on missing property getter method only
Fariborz Jahanian
2010-12-22
2
-5
/
+24
*
Warn when message is sent to receiver of
Fariborz Jahanian
2010-12-21
1
-0
/
+47
*
Warn when synthesizing a property which is
Fariborz Jahanian
2010-12-17
1
-0
/
+13
*
Improve diagnostics when property being looked up
Fariborz Jahanian
2010-12-16
1
-0
/
+11
*
ivars craeted for explicit @synthesize and those
Fariborz Jahanian
2010-12-15
1
-2
/
+39
*
Enhance my implementation of //rdar ://8747333 in r121597 to allow
Fariborz Jahanian
2010-12-11
1
-1
/
+12
*
Any property declared in a class extension might have user
Fariborz Jahanian
2010-12-10
1
-0
/
+24
*
Added remaining objective-c library builtins (as in gcc) to
Fariborz Jahanian
2010-12-10
2
-4
/
+29
*
Diagnose when accessing property in a class method and
Fariborz Jahanian
2010-12-03
1
-0
/
+20
*
Improve on objc diagnostics. // rdar://8721692
Fariborz Jahanian
2010-12-02
1
-2
/
+2
*
When unknown method is sent to a receiver of
Fariborz Jahanian
2010-12-01
4
-3
/
+13
*
Add objc_getClass as an objc builtin function
Fariborz Jahanian
2010-11-30
1
-0
/
+4
*
Warn if direct accessing synthesized ivar backing the property in
Fariborz Jahanian
2010-11-17
1
-0
/
+14
*
Check for duplicate declaration of a property in current and
Fariborz Jahanian
2010-11-10
1
-6
/
+7
*
Propagate the deprecated and unavailable attributes from a
John McCall
2010-11-10
1
-0
/
+11
*
Restore patch reversed in r118475. Fixes
Fariborz Jahanian
2010-11-09
1
-0
/
+3
*
Remove this test for now.
Fariborz Jahanian
2010-11-09
1
-3
/
+0
*
Remove space from rdar URIs.
Fariborz Jahanian
2010-11-09
12
-14
/
+14
*
Provide a precise builtin declaration for objc_msgSend
Fariborz Jahanian
2010-11-08
1
-0
/
+3
*
Restore patch for PR8453 which was undone in r117829
Fariborz Jahanian
2010-11-01
1
-0
/
+34
*
Revert r117678, "Qualified 'id' should implement all of static class type's",...
Daniel Dunbar
2010-10-30
1
-34
/
+0
*
Improve diagnostics reporting of un-implemented
Fariborz Jahanian
2010-10-29
6
-23
/
+30
*
Qualified 'id' should implement all of static class type's
Fariborz Jahanian
2010-10-29
1
-0
/
+34
*
Implement the newest status quo for method override checking. The idea now
John McCall
2010-10-28
7
-20
/
+68
*
Pending further discussion, re-enable warnings for Objective C
John McCall
2010-10-26
3
-6
/
+51
*
Only warn for mismatched types in Objective-C methods when they are incompati...
David Chisnall
2010-10-25
3
-6
/
+28
*
Tweak diagnostics for redeclaration of a @property in a class extension where...
Ted Kremenek
2010-10-21
2
-6
/
+8
*
Fix handling of property and ivar lookup in typo correction; the two
Douglas Gregor
2010-10-20
2
-2
/
+2
*
Introduce a simple cache for unqualified typo corrections, so that we
Douglas Gregor
2010-10-20
1
-2
/
+2
*
Fixes a bug in ivar lookup in the new objc's default
Fariborz Jahanian
2010-10-19
1
-0
/
+43
*
When performing typo correction, keep track of whether the last lookup
Douglas Gregor
2010-10-15
1
-1
/
+1
*
When performing typo correction, look through the set of known
Douglas Gregor
2010-10-14
1
-1
/
+1
*
This patch does a few things in the area of objective-c
Fariborz Jahanian
2010-10-11
2
-1
/
+20
*
Rename test name.
Fariborz Jahanian
2010-10-08
1
-0
/
+0
*
Method implemented in class's implementation may implement
Fariborz Jahanian
2010-10-08
1
-0
/
+20
*
Method declaration and its implementation must match in all their types.
Fariborz Jahanian
2010-10-05
4
-8
/
+44
*
Patch to support transparent_union arguments
Fariborz Jahanian
2010-09-27
1
-0
/
+19
*
Issue warning for trivial cases of nonnull attributes
Fariborz Jahanian
2010-09-27
2
-2
/
+7
*
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
1
-1
/
+1
*
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-09-19
1
-1
/
+1
*
When we run into an error parsing or type-checking the left-hand side
Douglas Gregor
2010-09-17
1
-1
/
+1
*
Diagnose use of incomplete type on method argument type of
Fariborz Jahanian
2010-09-17
1
-0
/
+14
*
fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers
Chris Lattner
2010-09-17
1
-0
/
+10
*
Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...
Ted Kremenek
2010-09-09
1
-2
/
+2
*
Test removed.
Fariborz Jahanian
2010-09-08
1
-20
/
+0
*
Fix a crash when overloading id with objc_object*.
Fariborz Jahanian
2010-09-08
1
-0
/
+20
[next]