summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add storage layout to ObjC classes.Fariborz Jahanian2008-12-131-0/+1
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-1/+1
* Support for implementation of property in the case whereFariborz Jahanian2008-12-091-1/+1
* Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr...Steve Naroff2008-12-091-2/+7
* Changed 'readonly' 'retain/copy' diagnostics intoFariborz Jahanian2008-12-081-2/+3
* Since we do not allow a readonly property to be 'copy'retain', weFariborz Jahanian2008-12-081-5/+1
* Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel...Douglas Gregor2008-12-081-2/+2
* Setters returning a typedef of 'void' should not cause error.Fariborz Jahanian2008-12-061-1/+2
* Use of properties declared in protocols in the categoryFariborz Jahanian2008-12-061-6/+56
* Improve error reporting of property and setter/getterFariborz Jahanian2008-12-061-2/+6
* Check for correct'void' return type for setter methods.Fariborz Jahanian2008-12-061-1/+1
* Changed a 'FIXME' into new comment. Added a test caseFariborz Jahanian2008-12-061-1/+3
* Patch to diagnose a variety of misuse of propertyFariborz Jahanian2008-12-061-4/+14
* This test checks for duplicate implementation of the same Fariborz Jahanian2008-12-051-2/+33
* (instance/class) Method type checking between class and its implementation.Fariborz Jahanian2008-12-051-23/+50
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-0/+14
* Patch for diagnosing type mismatch between Fariborz Jahanian2008-12-051-0/+28
* Output better diagnostics for continuation classFariborz Jahanian2008-12-041-1/+1
* More type-checking of setter/getter methods. This is stillFariborz Jahanian2008-12-021-3/+39
* This patch corrects problem in searching for a setter/getter method forFariborz Jahanian2008-12-021-3/+3
* Removed a FIXME. Added a test case for anonymous category.Fariborz Jahanian2008-11-261-4/+4
* Set default property attributes on each property.Fariborz Jahanian2008-11-261-5/+74
* Patch to remove bogus waring when a property declarationFariborz Jahanian2008-11-241-1/+1
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-4/+4
* Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner2008-11-241-12/+11
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-6/+5
* convert some more warnings to NOTEs.Chris Lattner2008-11-231-2/+2
* remove warn_previous_declarationChris Lattner2008-11-231-7/+4
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-15/+15
* make some objc redefinition warnings more consistent: call definitions Chris Lattner2008-11-231-0/+3
* Tweak duplicate category diagnostic to work like the duplicate protocol diagn...Chris Lattner2008-11-231-0/+1
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-9/+8
* remove another old Diag method.Chris Lattner2008-11-201-25/+25
* remove another old-school Diag method.Chris Lattner2008-11-201-2/+2
* stop calling II::getName() unnecesarily in semaChris Lattner2008-11-191-40/+33
* remove one more old-style Diag method.Chris Lattner2008-11-191-4/+4
* Switch several more Sema Diag methods over. This simplifies theChris Lattner2008-11-191-33/+33
* start converting Sema over to using its canonical Diag method.Chris Lattner2008-11-181-18/+12
* Fix <rdar://problem/6329769> [sema] crash on duplication definition of interf...Steve Naroff2008-11-181-3/+6
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-2/+3
* Make it an error if an Objective-C declaration is not in the global scope.Anders Carlsson2008-11-041-5/+39
* Fix typo.Steve Naroff2008-10-211-1/+1
* Fix <rdar://problem/6261178> clang-on-xcode: [sema] multiple method warning i...Steve Naroff2008-10-211-9/+37
* Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not...Steve Naroff2008-10-161-3/+1
* Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scop...Steve Naroff2008-09-301-0/+15
* Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatche...Steve Naroff2008-09-301-6/+11
* Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties.Steve Naroff2008-09-301-4/+4
* Fix <rdar://problem/6253149> property declaration doesn't declare getter and ...Steve Naroff2008-09-291-0/+21
* Fix <rdar://problem/6252129> implementation of method in category doesn't eff...Steve Naroff2008-09-281-0/+1
* Parser support for prefix __attribute__ on @protocol.Daniel Dunbar2008-09-261-1/+3
OpenPOWER on IntegriCloud