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-07-21
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-07-21
rename setReferencedProtocolList -> addReferencedProtocols to
Chris Lattner
2008-07-21
Change 'MDecl' to 'MD' to fix redefinition compiler error in MSVC++.
Argyrios Kyrtzidis
2008-07-21
Switch initialization of the protocol list for an interface decl to use
Chris Lattner
2008-07-05
Fix warnings
Seo Sanghyeon
2008-06-28
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-25
The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl inst...
Argyrios Kyrtzidis
2008-06-17
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-05
Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...
Steve Naroff
2008-06-05
Fixed a recent test regression from last night (r51976).
Steve Naroff
2008-06-05
Fix <rdar://problem/5986833> clang on xcode: incompatible type returning 'voi...
Steve Naroff
2008-06-05
Fix trivial crasher and downgrade an error to warning (to match GCC).
Steve Naroff
2008-05-22
Make sure the source location for @property points the the @-sign (not the de...
Steve Naroff
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
[prev]
[next]