summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-6/+5
* Place duplicate argument declaration in inFariborz Jahanian2011-03-121-3/+4
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-15/+23
* Support a new InheritableAttr subclass, InheritableParamAttr, which isJohn McCall2011-03-021-9/+2
* Warn when type modifiers on objc method declarations inFariborz Jahanian2011-02-211-20/+50
* Switch labels over to using normal name lookup, instead of their Chris Lattner2011-02-181-1/+0
* Check for deprecated implementation unconditionally.Fariborz Jahanian2011-02-161-5/+1
* Fix typo (per Chris's comment).Fariborz Jahanian2011-02-161-1/+1
* Refactoring of code to issue warning on implementedFariborz Jahanian2011-02-151-31/+28
* Warn if method for a deprecated method is implemented.Fariborz Jahanian2011-02-151-1/+40
* Fix scoping of method declarations and issue Fariborz Jahanian2011-02-091-3/+20
* -Wselector should warn on implemented selectors onlyFariborz Jahanian2011-02-041-1/+5
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-4/+4
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-231-2/+4
* Fix a major inconsistency in the representation of Objective-CDouglas Gregor2010-12-211-8/+5
* Warn when message is sent to receiver ofFariborz Jahanian2010-12-211-1/+15
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-151-3/+5
* Enhance my implementation of //rdar ://8747333 in r121597 to allowFariborz Jahanian2010-12-111-19/+32
* Any property declared in a class extension might have userFariborz Jahanian2010-12-101-2/+23
* Improve diagnostics reporting of un-implementedFariborz Jahanian2010-10-291-2/+6
* Implement the newest status quo for method override checking. The idea nowJohn McCall2010-10-281-60/+89
* Pending further discussion, re-enable warnings for Objective CJohn McCall2010-10-261-10/+20
* Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall2010-10-251-4/+94
* Method implemented in class's implementation may implementFariborz Jahanian2010-10-081-0/+9
* Add message to attribute(deprecated).Fariborz Jahanian2010-10-061-3/+7
* Method declaration and its implementation must match in all their types.Fariborz Jahanian2010-10-051-6/+3
* Diagnose use of incomplete type on method argument type ofFariborz Jahanian2010-09-171-1/+7
* 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
OpenPOWER on IntegriCloud