summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turn handling of parameter attributes back on, fixing the ObjC breakageNate Begeman2008-02-171-0/+1
* Add a diagnostics helper to remove some redundant code.Steve Naroff2008-02-101-48/+22
* A bunch-o changes to fix <rdar://problem/5716046> incomplete implementation o...Steve Naroff2008-02-081-26/+40
* Elimate bogus warning when va_start is correctly used inFariborz Jahanian2008-01-211-1/+1
* Don't ICE on missing interface declaration when declaring one of its protocols.Fariborz Jahanian2008-01-171-14/+15
* Recover from user typo not having proper @interface decl and a bad foreach decl.Fariborz Jahanian2008-01-101-3/+8
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-175/+175
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Patch to do type-checking for objctive-c's object types.Fariborz Jahanian2007-12-201-6/+6
* Various tweaks to the get/lookup instance/class method API's.Steve Naroff2007-12-191-4/+4
* Improve how we find private method decls. This involved:Steve Naroff2007-12-181-4/+12
* - Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcPro...Steve Naroff2007-12-141-23/+25
* make it a bit more clear in what way the ivar is consistent.Chris Lattner2007-12-121-2/+2
* simplify some code, bump j. This fixes the remaining test failures.Chris Lattner2007-12-121-8/+7
* unbreak the build. I'm still working on test failures.Chris Lattner2007-12-121-31/+32
* split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cppChris Lattner2007-12-121-0/+914
OpenPOWER on IntegriCloud