summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-1/+1
* Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?vie...Steve Naroff2009-07-131-1/+0
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-89/+97
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-17/+17
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-13/+14
* Implements -Wundeclared-selector for ObjC.Fariborz Jahanian2009-06-161-0/+8
* Template instantiation support for Obj-C @encode expressions.Anders Carlsson2009-06-071-13/+24
* Convert ObjC qualified type clients over to using iterators.Steve Naroff2009-05-271-14/+19
* An Obj-C message send expression can never have a reference type.Anders Carlsson2009-05-261-0/+7
* Fixed a warning bug when receiver is an object viaFariborz Jahanian2009-05-211-1/+2
* Reflow some comments.Mike Stump2009-05-161-13/+13
* Don't warn if result/argument type of an implemented Fariborz Jahanian2009-05-141-0/+9
* Some early declarations to support sentinel attribute onFariborz Jahanian2009-05-131-0/+2
* We want to diagnose sending message to a forward classFariborz Jahanian2009-05-081-2/+3
* Warn if forward class is used as a receiver.Fariborz Jahanian2009-05-081-1/+9
* Issue a warning in odd case of instance method usedFariborz Jahanian2009-05-051-0/+9
* fix PR4021, array and functions decay in the receiver position of an objc mes...Chris Lattner2009-04-291-1/+5
* PCH support for the global method pool (= instance and factory methodDouglas Gregor2009-04-241-2/+2
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-8/+8
* Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls inDouglas Gregor2009-04-231-1/+1
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-7/+7
* Fix rdar://6770142 - Class and qualified id's are compatible, just likeChris Lattner2009-04-121-2/+6
* implement rdar://6780761, making sema reject some code that otherwiseChris Lattner2009-04-121-4/+4
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-10/+10
* Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing wi...Steve Naroff2009-04-071-0/+3
* Change the type of ObjC @ string constants (from NSConstantString->NSString).Steve Naroff2009-04-071-3/+5
* various cleanupsChris Lattner2009-03-291-2/+4
* Simplify SelectorTable::constructSetterName() usage...Steve Naroff2009-03-101-3/+3
* Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner2009-03-091-2/+11
* Implement property '.' notation on Factory/Class objects. Parser changes aren...Steve Naroff2009-03-091-0/+74
* Remove dead clause (we decided not to support protocol qualified 'Class').Steve Naroff2009-03-081-9/+0
* Improvements to private method lookup.Steve Naroff2009-03-081-36/+58
* Removed an unfortunate cut and paste left-over.Fariborz Jahanian2009-03-041-2/+0
* Some refactoring of recent code. No functionality change.Fariborz Jahanian2009-03-041-22/+13
* Fix a corner case of message lookup looking for class methods.Fariborz Jahanian2009-03-041-3/+21
* Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...Steve Naroff2009-03-041-15/+28
* Implement an important missing warning when a selectorFariborz Jahanian2009-03-031-7/+19
* Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d...Steve Naroff2009-03-031-0/+1
* Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.Steve Naroff2009-03-011-1/+1
* Fix <rdar://problem/6614945> method not found. Steve Naroff2009-02-261-3/+3
* Fix http://llvm.org/bugs/show_bug.cgi?id=3544.Steve Naroff2009-02-261-19/+26
* first wave of fixes for @encode sema support. This is part of PR3648.Chris Lattner2009-02-241-2/+13
* Remove isSuperExpr(), which ignores any casts on 'super'.Steve Naroff2009-02-231-22/+6
* Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling message...Steve Naroff2009-02-231-9/+31
* Minor cleanup, replace bool with qual_empty().Steve Naroff2009-02-221-3/+1
* Contains the following (related to problems found while investigting <rdar://...Steve Naroff2009-02-221-24/+15
* Remove debugging statement.Steve Naroff2009-02-221-1/+0
* More work to integrate newly added ObjCQualifiedClassType into the type system.Steve Naroff2009-02-211-1/+14
* remove some more methods from objc decls, using the iteratorChris Lattner2009-02-201-1/+1
* Downgrade complaints about calling unavailable functions to a warningDouglas Gregor2009-02-181-8/+8
OpenPOWER on IntegriCloud