summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When a dependent Objective-C++ message send was able to resolve theDouglas Gregor2010-04-221-130/+142
* Remove the SelectorLoc argument to Sema::BuildInstanceMesssage andDouglas Gregor2010-04-221-13/+4
* Implement template instantiation for Objective-C++ message sends. WeDouglas Gregor2010-04-221-4/+37
* Switch the initialization of Objective-C message parameters (as occursDouglas Gregor2010-04-211-21/+15
* Migrate the responsibility for turning the receiver name in anDouglas Gregor2010-04-211-9/+22
* Eliminate unused code in Sema::ActOnSuperMessage and use early exitsDouglas Gregor2010-04-211-68/+28
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-165/+312
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-100/+91
* Patch to support transparent_union types onFariborz Jahanian2010-04-201-0/+5
* Keep proper source location information for the type in an Objective-CDouglas Gregor2010-04-201-4/+9
* When normal name lookup to disambiguiate an Objective-C message sendDouglas Gregor2010-04-191-0/+10
* Expand the argument diagnostics for too many arguments and giveEric Christopher2010-04-161-1/+2
* Expand argument diagnostic for too few arguments to give the numberEric Christopher2010-04-161-1/+2
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-5/+8
* Teach typo correction about various language keywords. We can'tDouglas Gregor2010-04-141-12/+31
* remove some obsolete super-handling code that I forgot to zap.Chris Lattner2010-04-141-30/+0
* Implement typo correction for Objective-C message sends when theDouglas Gregor2010-04-141-0/+55
* fix PR6819Chris Lattner2010-04-121-0/+10
* Have the parser decide whether a message to super is a variable orChris Lattner2010-04-121-36/+12
* fix PR6811 by not parsing 'super' as a magic expression inChris Lattner2010-04-111-31/+53
* actually the interface grossness in the previous patch was due toChris Lattner2010-04-111-11/+7
* factor the code that handles "expr.field" when expr is aChris Lattner2010-04-111-0/+109
* fix a problem causing us to lose the ''s around objc interface namesChris Lattner2010-04-111-1/+1
* Patch to implement gcc's cstyle arguments in objcFariborz Jahanian2010-04-081-1/+9
* Diagnose miuse of property dot-syntax instead of crashing.Fariborz Jahanian2010-03-221-1/+4
* Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.John McCall2010-03-151-1/+1
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-6/+6
* Make Sema::ActOnClassMessage robust when name lookup for the receiverDouglas Gregor2010-02-191-8/+8
* Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...Ted Kremenek2010-02-111-12/+17
* Revert "Numerous changes to selector handling:", this breaks a whole bunch ofDaniel Dunbar2010-02-031-14/+1
* Numerous changes to selector handling:David Chisnall2010-02-031-1/+14
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-1/+1
* outside a method, 'super' should resolve in a normal name look upFariborz Jahanian2010-01-221-1/+11
* Implement typo correction for a variety of Objective-C-specificDouglas Gregor2010-01-031-2/+3
* Fix semantic diagnostics that embed English works, from Nicola Gigante!Douglas Gregor2009-12-161-1/+1
* Remove default argument for ImpCastExprToType. Add appropriate argument Eli Friedman2009-10-201-1/+5
* Refactor the LookupResult API to simplify most common operations. Require us...John McCall2009-10-091-3/+5
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-81/+80
* Don't issue warning on multiple selector found when Fariborz Jahanian2009-08-221-1/+1
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-1/+1
* Use Sema's LocInfoType to pass and preserve type source info through the Parser.Argyrios Kyrtzidis2009-08-191-1/+2
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-1/+2
* Remove a bunch of FIXME's related to ObjC type checking.Steve Naroff2009-07-231-193/+0
* Fix <rdar://problem/6770276> Support Class<Proto> syntax.Steve Naroff2009-07-221-3/+6
* Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis2009-07-211-18/+6
* Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...Argyrios Kyrtzidis2009-07-211-8/+4
* 5 cleanups to ObjCObjectPointerType work:Steve Naroff2009-07-201-28/+0
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-1/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-1/+1
OpenPOWER on IntegriCloud