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
/
SemaExprObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
1
-13
/
+14
*
Implements -Wundeclared-selector for ObjC.
Fariborz Jahanian
2009-06-16
1
-0
/
+8
*
Template instantiation support for Obj-C @encode expressions.
Anders Carlsson
2009-06-07
1
-13
/
+24
*
Convert ObjC qualified type clients over to using iterators.
Steve Naroff
2009-05-27
1
-14
/
+19
*
An Obj-C message send expression can never have a reference type.
Anders Carlsson
2009-05-26
1
-0
/
+7
*
Fixed a warning bug when receiver is an object via
Fariborz Jahanian
2009-05-21
1
-1
/
+2
*
Reflow some comments.
Mike Stump
2009-05-16
1
-13
/
+13
*
Don't warn if result/argument type of an implemented
Fariborz Jahanian
2009-05-14
1
-0
/
+9
*
Some early declarations to support sentinel attribute on
Fariborz Jahanian
2009-05-13
1
-0
/
+2
*
We want to diagnose sending message to a forward class
Fariborz Jahanian
2009-05-08
1
-2
/
+3
*
Warn if forward class is used as a receiver.
Fariborz Jahanian
2009-05-08
1
-1
/
+9
*
Issue a warning in odd case of instance method used
Fariborz Jahanian
2009-05-05
1
-0
/
+9
*
fix PR4021, array and functions decay in the receiver position of an objc mes...
Chris Lattner
2009-04-29
1
-1
/
+5
*
PCH support for the global method pool (= instance and factory method
Douglas Gregor
2009-04-24
1
-2
/
+2
*
Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...
Douglas Gregor
2009-04-24
1
-8
/
+8
*
Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in
Douglas Gregor
2009-04-23
1
-1
/
+1
*
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-23
1
-7
/
+7
*
Fix rdar://6770142 - Class and qualified id's are compatible, just like
Chris Lattner
2009-04-12
1
-2
/
+6
*
implement rdar://6780761, making sema reject some code that otherwise
Chris Lattner
2009-04-12
1
-4
/
+4
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-10
/
+10
*
Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing wi...
Steve Naroff
2009-04-07
1
-0
/
+3
*
Change the type of ObjC @ string constants (from NSConstantString->NSString).
Steve Naroff
2009-04-07
1
-3
/
+5
*
various cleanups
Chris Lattner
2009-03-29
1
-2
/
+4
*
Simplify SelectorTable::constructSetterName() usage...
Steve Naroff
2009-03-10
1
-3
/
+3
*
Fix PR3766, a really nasty silent miscompilation case where we emitted
Chris Lattner
2009-03-09
1
-2
/
+11
*
Implement property '.' notation on Factory/Class objects. Parser changes aren...
Steve Naroff
2009-03-09
1
-0
/
+74
*
Remove dead clause (we decided not to support protocol qualified 'Class').
Steve Naroff
2009-03-08
1
-9
/
+0
*
Improvements to private method lookup.
Steve Naroff
2009-03-08
1
-36
/
+58
*
Removed an unfortunate cut and paste left-over.
Fariborz Jahanian
2009-03-04
1
-2
/
+0
*
Some refactoring of recent code. No functionality change.
Fariborz Jahanian
2009-03-04
1
-22
/
+13
*
Fix a corner case of message lookup looking for class methods.
Fariborz Jahanian
2009-03-04
1
-3
/
+21
*
Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...
Steve Naroff
2009-03-04
1
-15
/
+28
*
Implement an important missing warning when a selector
Fariborz Jahanian
2009-03-03
1
-7
/
+19
*
Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d...
Steve Naroff
2009-03-03
1
-0
/
+1
*
Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.
Steve Naroff
2009-03-01
1
-1
/
+1
*
Fix <rdar://problem/6614945> method not found.
Steve Naroff
2009-02-26
1
-3
/
+3
*
Fix http://llvm.org/bugs/show_bug.cgi?id=3544.
Steve Naroff
2009-02-26
1
-19
/
+26
*
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-24
1
-2
/
+13
*
Remove isSuperExpr(), which ignores any casts on 'super'.
Steve Naroff
2009-02-23
1
-22
/
+6
*
Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling message...
Steve Naroff
2009-02-23
1
-9
/
+31
*
Minor cleanup, replace bool with qual_empty().
Steve Naroff
2009-02-22
1
-3
/
+1
*
Contains the following (related to problems found while investigting <rdar://...
Steve Naroff
2009-02-22
1
-24
/
+15
*
Remove debugging statement.
Steve Naroff
2009-02-22
1
-1
/
+0
*
More work to integrate newly added ObjCQualifiedClassType into the type system.
Steve Naroff
2009-02-21
1
-1
/
+14
*
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-20
1
-1
/
+1
*
Downgrade complaints about calling unavailable functions to a warning
Douglas Gregor
2009-02-18
1
-8
/
+8
*
fix the ownership issues and location tracking in
Chris Lattner
2009-02-18
1
-16
/
+22
*
privatize all of the string literal memory allocation/creation
Chris Lattner
2009-02-18
1
-3
/
+3
*
add some comments describing what is happening here.
Chris Lattner
2009-02-18
1
-9
/
+17
*
simplify the code used to compute the type of an objc string. This makes
Chris Lattner
2009-02-18
1
-27
/
+29
[next]