index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDeclObjC.cpp
Age
Commit message (
Expand
)
Author
2009-01-12
Patch to supprt case of readonly property being
Fariborz Jahanian
2009-01-11
Convert property implementation to DeclContext::addDecl().
Steve Naroff
2009-01-09
This patch removes mergeProperties and does the property lookup
Fariborz Jahanian
2009-01-09
Replace DeclContext's vector of ScopedDecl pointers with a linked list
Douglas Gregor
2009-01-09
Provide a new kind of iterator, the specific_decl_iterator, that
Douglas Gregor
2009-01-09
Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).
Steve Naroff
2009-01-09
Addressed the issue in <rdar://problem/6479085>, where we failed to
Douglas Gregor
2009-01-09
Adding support for ObjC methods which have c-style
Fariborz Jahanian
2009-01-08
Move FIXME to a better location.
Steve Naroff
2009-01-08
Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST.
Steve Naroff
2009-01-08
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
Steve Naroff
2009-01-08
Objc's compatibility-alias semantics and code
Fariborz Jahanian
2009-01-06
Allow Objective-C entities to be declared within a transparent context
Douglas Gregor
2008-12-29
Remove hasKind(). Use existing getKind().
Fariborz Jahanian
2008-12-22
Patch to remove bogus warning in case of @dynamic
Fariborz Jahanian
2008-12-20
Finish up saving original parameter type and
Fariborz Jahanian
2008-12-17
This patch will build the Records lazily per Steve's comments.
Fariborz Jahanian
2008-12-17
Move the other Sema::ActOnLinkageSpec to SemaDeclCXX.
Chris Lattner
2008-12-17
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-16
Silence a couple more operator precedence warnings; this shouldn't
Eli Friedman
2008-12-16
Patch to check for ObjC's property type.
Fariborz Jahanian
2008-12-15
Name of addLayoutToClass is confusing as no layout calculation
Fariborz Jahanian
2008-12-13
Add storage layout to ObjC classes.
Fariborz Jahanian
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-09
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr...
Steve Naroff
2008-12-08
Changed 'readonly' 'retain/copy' diagnostics into
Fariborz Jahanian
2008-12-08
Since we do not allow a readonly property to be 'copy'retain', we
Fariborz Jahanian
2008-12-08
Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel...
Douglas Gregor
2008-12-06
Setters returning a typedef of 'void' should not cause error.
Fariborz Jahanian
2008-12-06
Use of properties declared in protocols in the category
Fariborz Jahanian
2008-12-06
Improve error reporting of property and setter/getter
Fariborz Jahanian
2008-12-06
Check for correct'void' return type for setter methods.
Fariborz Jahanian
2008-12-06
Changed a 'FIXME' into new comment. Added a test case
Fariborz Jahanian
2008-12-06
Patch to diagnose a variety of misuse of property
Fariborz Jahanian
2008-12-05
This test checks for duplicate implementation of the same
Fariborz Jahanian
2008-12-05
(instance/class) Method type checking between class and its implementation.
Fariborz Jahanian
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
Patch for diagnosing type mismatch between
Fariborz Jahanian
2008-12-04
Output better diagnostics for continuation class
Fariborz Jahanian
2008-12-02
More type-checking of setter/getter methods. This is still
Fariborz Jahanian
2008-12-02
This patch corrects problem in searching for a setter/getter method for
Fariborz Jahanian
2008-11-26
Removed a FIXME. Added a test case for anonymous category.
Fariborz Jahanian
2008-11-26
Set default property attributes on each property.
Fariborz Jahanian
2008-11-24
Patch to remove bogus waring when a property declaration
Fariborz Jahanian
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-23
convert some more warnings to NOTEs.
Chris Lattner
2008-11-23
remove warn_previous_declaration
Chris Lattner
[next]