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
2008-05-07
Synthesized getter/setter method declarations need not have
Fariborz Jahanian
2008-05-07
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-06
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-05
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-02
This patch is about merging ObjC2's properties declared in class
Fariborz Jahanian
2008-05-01
Patch to match and issue diagnostics on property type mismatch.
Fariborz Jahanian
2008-05-01
More ObjC2 property semantics work. Work in progress.
Fariborz Jahanian
2008-04-27
Use PushOnScopeChains to introduce a decl into scope.
Argyrios Kyrtzidis
2008-04-24
Patch to diagnose inconsistancies between properties declared in current and
Fariborz Jahanian
2008-04-23
Patch to build AST for property implementation declarations and
Fariborz Jahanian
2008-04-21
More semantics checks of properties. Property implementation can implicitly use
Fariborz Jahanian
2008-04-21
Support for @dynamic AST build.
Fariborz Jahanian
2008-04-21
Continuation of work on ObjC2's properties.
Fariborz Jahanian
2008-04-18
Fixed a bug in categories and properties.
Fariborz Jahanian
2008-04-18
Initial work for property implementation declarations.
Fariborz Jahanian
2008-04-17
Added property decl support for protocols.
Fariborz Jahanian
2008-04-16
This patch adds support for declaraing properties in categories,
Fariborz Jahanian
2008-04-14
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-11
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
Add class and super class location info to ObjCInterfaceDecl...
Steve Naroff
2008-04-11
Switch sema to maintaining its own scope chain information for variable
Chris Lattner
2008-04-10
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-06
remove the Decl::getCanonicalType() method.
Chris Lattner
2008-04-06
This patch contains these changes:
Chris Lattner
2008-04-04
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-02
Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...
Steve Naroff
2008-04-02
Two changes to Sema::LookupDecl() interface.
Steve Naroff
2008-04-01
Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...
Steve Naroff
2008-03-17
clean up property memory allocation to move it into the ast classes
Chris Lattner
2008-03-16
make property addition work list all other "add" methods. Do
Chris Lattner
2008-03-16
add the last two Create methods for decls, woo!
Chris Lattner
2008-03-16
add two more Create methods.
Chris Lattner
2008-03-16
simplify the way ObjCCategoryDecl's get their referenced protocols list
Chris Lattner
2008-03-16
Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl.
Chris Lattner
2008-03-16
minor cleanups, make getNumInstanceMethods always return unsigned.
Chris Lattner
2008-03-16
fix a crasher where an invalid program that multiply defined
Chris Lattner
2008-03-16
Give ObjCProtocolDecl a Create method.
Chris Lattner
2008-03-16
Add create methods for ObjCIvarDecl and ObjCInterfaceDecl
Chris Lattner
2008-03-16
Make the parameter count of ObjCMethodDecl unsigned, you
Chris Lattner
2008-03-16
remove some dead arguments to ObjCMethodDecl.
Chris Lattner
2008-03-16
Give ObjCMethodDecl a Create method.
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner