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-07-27
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-23
Remove a bunch of FIXME's related to ObjC type checking.
Steve Naroff
2009-07-21
Remove the ObjCCategoryImpls vector from Sema class.
Argyrios Kyrtzidis
2009-07-21
Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...
Argyrios Kyrtzidis
2009-07-21
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...
Argyrios Kyrtzidis
2009-07-16
Remove ASTContext::isObjCObjectPointerType().
Steve Naroff
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-09
don't crash if class is using itself as its super class.
Fariborz Jahanian
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-17
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-06
Adds synthesize ivars to DeclContext.
Fariborz Jahanian
2009-06-04
More refactoring/cleanup of objc ivars.
Fariborz Jahanian
2009-05-22
(Next runtime only) check to see if class implements forwardInvocation method
Fariborz Jahanian
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-16
Reflow some comments.
Mike Stump
2009-05-14
Don't warn if result/argument type of an implemented
Fariborz Jahanian
2009-05-12
Method attributes may only be specified on method
Fariborz Jahanian
2009-05-08
Fixes a bug in my last patch. Order of types reversed.
Fariborz Jahanian
2009-05-08
Refactoring of my last patch.
Fariborz Jahanian
2009-05-08
More type checking for properties, accessors and
Fariborz Jahanian
2009-05-07
Add a warning for a missing copy attribute on a property that is a
Mike Stump
2009-05-07
a forward class declaration matching a typedef name of a class
Fariborz Jahanian
2009-05-04
Remove support for ObjCMethodDecl attributes that appear between the
Ted Kremenek
2009-05-01
Check for method type conflict between declaration in
Fariborz Jahanian
2009-04-30
Use of super class ivar to synthesize property is back to being error.
Fariborz Jahanian
2009-04-30
Hook up Sema support for attributes on Objective-C method declarations that
Ted Kremenek
2009-04-29
Change to warning when property uses an ivar in super class
Fariborz Jahanian
2009-04-29
use of an ivar specified on a property @synthesize
Fariborz Jahanian
2009-04-26
Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.
Eli Friedman
2009-04-24
Fix a pasto in the lookup of instance methods in the global pool
Douglas Gregor
2009-04-24
PCH support for the global method pool (= instance and factory method
Douglas Gregor
2009-04-24
Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also
Douglas Gregor
2009-04-24
Fix Objective-C crashes
Douglas Gregor
2009-04-24
Eliminate Sema::ObjCInterfaceDecls
Douglas Gregor
2009-04-24
Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...
Douglas Gregor
2009-04-23
Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in
Douglas Gregor
2009-04-23
Diagnose if an implementation implements a forward class
Fariborz Jahanian
2009-04-23
Remove @compatibility_alias regression.
Steve Naroff
2009-04-23
More PushOnScopeChain() FIXME's.
Steve Naroff
2009-04-23
Sema::ActOnStartClassInterface(): Use PushOnScopeChains().
Steve Naroff
2009-04-23
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-21
Make sure to mark the interface as completed when we see an
Daniel Dunbar
2009-04-21
Patch to diagnose use of objc's @defs in nonfragile abi.
Fariborz Jahanian
2009-04-20
Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...
Steve Naroff
2009-04-20
Add pch reader/writer support for ObjCMethodDecl.
Steve Naroff
2009-04-19
add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid
Chris Lattner
2009-04-15
Patch to remove a bogus warning which pointed to underlying AST
Fariborz Jahanian
2009-04-14
Diagnose properties which have no implementations;
Fariborz Jahanian
2009-04-14
Audit __private_extern__ handling.
Daniel Dunbar
2009-04-13
In objc2's None-Fragile ABI, one cannot use the super class ivar for
Fariborz Jahanian
[next]