summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-6/+7
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-311-1/+1
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-2/+2
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* Split FunctionScopeInfo and BlockScopeInfo into their own header.John McCall2010-08-251-1/+2
* Remove the DenseSet dependency from Sema.h.John McCall2010-08-251-0/+2
* More header elimination. The goal of all this is to allow Parser toJohn McCall2010-08-241-0/+1
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-1/+1
* DeclPtrTy -> Decl *John McCall2010-08-211-59/+55
* objective-c ivar refactoring patch. IterationsFariborz Jahanian2010-08-201-33/+9
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-2/+2
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-8/+13
* Instead of modifying the ObjC AST to not modify existing declarations, teach ...Sebastian Redl2010-08-131-3/+14
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-99/+60
* Implements gcc's -Wstrict-selector-match.Fariborz Jahanian2010-08-091-10/+26
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-60/+99
* Fix an Objective-C crasher, PR7839.Douglas Gregor2010-08-071-1/+2
* Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl2010-08-021-123/+47
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-1/+0
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-30/+55
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-28/+20
* Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.John McCall2010-06-041-2/+2
* Clang missing warning about conflicting declaration vs. definition Fariborz Jahanian2010-05-211-0/+4
* Various small fixes for construction/destruction of Objective-C++Douglas Gregor2010-05-201-3/+3
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-12/+12
* Implement new default property synthesis rules. Essentially, no longerFariborz Jahanian2010-05-141-1/+3
* This patch deals with Sema Part of Setter/Getter synthesisFariborz Jahanian2010-05-051-7/+7
* Diagnose unused exception parameters under a different warning groupDouglas Gregor2010-05-031-1/+3
* More of Sema to implement initialization ofFariborz Jahanian2010-04-281-24/+23
* Move CollectIvarsToConstructOrDestruct to SemaFariborz Jahanian2010-04-271-0/+52
* Implement template instantiation for Objective-C @catchDouglas Gregor2010-04-261-0/+2
* Refactor Objective-C @catch parameter checking by detangling it fromDouglas Gregor2010-04-261-5/+87
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-261-1/+1
* Rework Parser-Sema interface for Objective-C @catch exception objectDouglas Gregor2010-04-231-0/+7
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-1/+1
* Allow the 'ibaction' attribute to be attached to method declarations (and not...Ted Kremenek2010-04-181-2/+12
* Audit uses of Sema::LookupSingleName for those lookups that areDouglas Gregor2010-04-151-12/+7
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-15/+24
* Teach typo correction about various language keywords. We can'tDouglas Gregor2010-04-141-3/+3
* When upgrading an Objective-C class from a forward declaration to aDouglas Gregor2010-04-091-0/+1
* Fixes a regression caused by implementing cstyle methods Fariborz Jahanian2010-04-091-2/+2
* Implement method type encoding in the presenseFariborz Jahanian2010-04-081-0/+1
* Patch to implement gcc's cstyle arguments in objcFariborz Jahanian2010-04-081-2/+21
* diagnose declaring class extension after its implementationFariborz Jahanian2010-04-021-0/+5
* Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian2010-03-311-10/+18
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-2/+2
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-2/+2
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-2/+2
OpenPOWER on IntegriCloud