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
/
SemaExprObjC.cpp
Age
Commit message (
Expand
)
Author
2010-04-12
fix PR6819
Chris Lattner
2010-04-12
Have the parser decide whether a message to super is a variable or
Chris Lattner
2010-04-11
fix PR6811 by not parsing 'super' as a magic expression in
Chris Lattner
2010-04-11
actually the interface grossness in the previous patch was due to
Chris Lattner
2010-04-11
factor the code that handles "expr.field" when expr is a
Chris Lattner
2010-04-11
fix a problem causing us to lose the ''s around objc interface names
Chris Lattner
2010-04-08
Patch to implement gcc's cstyle arguments in objc
Fariborz Jahanian
2010-03-22
Diagnose miuse of property dot-syntax instead of crashing.
Fariborz Jahanian
2010-03-15
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
John McCall
2010-03-08
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-02-19
Make Sema::ActOnClassMessage robust when name lookup for the receiver
Douglas Gregor
2010-02-11
Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...
Ted Kremenek
2010-02-03
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
Numerous changes to selector handling:
David Chisnall
2010-02-03
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-01-22
outside a method, 'super' should resolve in a normal name look up
Fariborz Jahanian
2010-01-03
Implement typo correction for a variety of Objective-C-specific
Douglas Gregor
2009-12-16
Fix semantic diagnostics that embed English works, from Nicola Gigante!
Douglas Gregor
2009-10-20
Remove default argument for ImpCastExprToType. Add appropriate argument
Eli Friedman
2009-10-09
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-22
Don't issue warning on multiple selector found when
Fariborz Jahanian
2009-08-20
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-19
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
Argyrios Kyrtzidis
2009-08-18
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-07-23
Remove a bunch of FIXME's related to ObjC type checking.
Steve Naroff
2009-07-22
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
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-20
5 cleanups to ObjCObjectPointerType work:
Steve Naroff
2009-07-18
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-13
Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?vie...
Steve Naroff
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-16
Implements -Wundeclared-selector for ObjC.
Fariborz Jahanian
2009-06-07
Template instantiation support for Obj-C @encode expressions.
Anders Carlsson
2009-05-27
Convert ObjC qualified type clients over to using iterators.
Steve Naroff
2009-05-26
An Obj-C message send expression can never have a reference type.
Anders Carlsson
2009-05-21
Fixed a warning bug when receiver is an object via
Fariborz Jahanian
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-13
Some early declarations to support sentinel attribute on
Fariborz Jahanian
2009-05-08
We want to diagnose sending message to a forward class
Fariborz Jahanian
2009-05-08
Warn if forward class is used as a receiver.
Fariborz Jahanian
2009-05-05
Issue a warning in odd case of instance method used
Fariborz Jahanian
2009-04-29
fix PR4021, array and functions decay in the receiver position of an objc mes...
Chris Lattner
[next]