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
*
Fix <rdar://problem/6697053> instance variable is protected.
Steve Naroff
2009-03-26
1
-0
/
+45
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
159
-167
/
+169
*
Issue error if variables are defined inside an objc class,
Fariborz Jahanian
2009-03-21
1
-0
/
+21
*
When looking for property name (or getter method) in a
Fariborz Jahanian
2009-03-19
1
-0
/
+35
*
Ignore weak import on properties.
Mike Stump
2009-03-18
1
-0
/
+5
*
Force triple for a couple test cases.
Daniel Dunbar
2009-03-13
1
-1
/
+1
*
Implement FIXME related to <rdar://problem/6496506> Implement class setter/ge...
Steve Naroff
2009-03-11
1
-3
/
+0
*
Fix <rdar://problem/6655054> clang issues bogus error on property usage in a ...
Steve Naroff
2009-03-11
1
-0
/
+30
*
Fix <rdar://problem/6578665> user declared setter method should be used when ...
Steve Naroff
2009-03-11
1
-0
/
+29
*
Improve the "bad receiver" warning for ObjC message sends to be less confusing.
Chris Lattner
2009-03-11
3
-4
/
+4
*
Fix PR3766, a really nasty silent miscompilation case where we emitted
Chris Lattner
2009-03-09
3
-3
/
+19
*
Implement property '.' notation on Factory/Class objects. Parser changes aren...
Steve Naroff
2009-03-09
1
-0
/
+63
*
Improvements to private method lookup.
Steve Naroff
2009-03-08
1
-0
/
+62
*
Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't suppor...
Steve Naroff
2009-03-05
1
-0
/
+30
*
Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64):...
Steve Naroff
2009-03-05
1
-2
/
+2
*
Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol...
Steve Naroff
2009-03-05
1
-0
/
+10
*
Implemented access check for ivars accessed inside
Fariborz Jahanian
2009-03-04
1
-1
/
+1
*
Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error:...
Steve Naroff
2009-03-04
1
-1
/
+43
*
Fix a corner case of message lookup looking for class methods.
Fariborz Jahanian
2009-03-04
2
-1
/
+47
*
Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...
Steve Naroff
2009-03-04
4
-3
/
+101
*
Make this test a bit more specific about the target so that it passes on
Eli Friedman
2009-03-04
1
-1
/
+1
*
Change a warning to an error...
Steve Naroff
2009-03-03
1
-1
/
+1
*
Implement an important missing warning when a selector
Fariborz Jahanian
2009-03-03
2
-1
/
+15
*
Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesize...
Steve Naroff
2009-03-03
1
-0
/
+22
*
Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @cat...
Steve Naroff
2009-03-03
1
-0
/
+3
*
Fix <rdar://problem/6632061> [sema] non object types should not be allowed in...
Steve Naroff
2009-03-03
1
-0
/
+10
*
Remove old/incorrect warnings.
Steve Naroff
2009-03-03
3
-7
/
+7
*
Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d...
Steve Naroff
2009-03-03
1
-0
/
+44
*
Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @im...
Steve Naroff
2009-03-03
1
-0
/
+20
*
Check of ivar access access control.
Fariborz Jahanian
2009-03-03
2
-0
/
+81
*
Fix <rdar://problem/6635908> crash on invalid
Steve Naroff
2009-03-03
1
-0
/
+4
*
Diagnose a variety of access of ivars when they conflict with
Fariborz Jahanian
2009-03-02
1
-0
/
+41
*
Check for duplicate declaration of method of a class
Fariborz Jahanian
2009-03-02
1
-0
/
+15
*
Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.
Steve Naroff
2009-03-01
2
-2
/
+10
*
Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...
Steve Naroff
2009-03-01
2
-2
/
+26
*
"This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...
Chris Lattner
2009-03-01
1
-0
/
+25
*
Diagnose gc attribute mismatch of property and its ivar.
Fariborz Jahanian
2009-02-27
1
-0
/
+27
*
Do not issue bogus error on __weak/__strong ivar access.
Fariborz Jahanian
2009-02-26
1
-0
/
+73
*
Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a...
Steve Naroff
2009-02-26
1
-0
/
+77
*
Fix <rdar://problem/6614945> method not found.
Steve Naroff
2009-02-26
1
-0
/
+22
*
Fix http://llvm.org/bugs/show_bug.cgi?id=3544.
Steve Naroff
2009-02-26
1
-0
/
+22
*
Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search i...
Steve Naroff
2009-02-26
1
-0
/
+33
*
Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes ...
Anders Carlsson
2009-02-25
1
-0
/
+10
*
fix rdar://6611778, a redefinition of an interface was causing an
Chris Lattner
2009-02-23
2
-1
/
+12
*
- Generate error for protocol qualifiers on 'Class'.
Steve Naroff
2009-02-23
2
-3
/
+9
*
Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244.
Steve Naroff
2009-02-23
2
-7
/
+2
*
Contains the following (related to problems found while investigting <rdar://...
Steve Naroff
2009-02-22
3
-5
/
+6
*
Add support for GCC ObjC extension "Class<protocol>". Sigh.
Steve Naroff
2009-02-21
1
-0
/
+5
*
Warn about bogus protocol qualifiers.
Steve Naroff
2009-02-21
1
-1
/
+6
*
Warn on use of __weak attribute on local
Fariborz Jahanian
2009-02-21
1
-0
/
+10
[next]