summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-26/+39
* Fix lookup for class messages sent to qualified-classFariborz Jahanian2011-04-061-30/+44
* Implements property of reference types. AddingFariborz Jahanian2011-03-281-0/+1
* Also 'self' in blocks need be handled specially.Fariborz Jahanian2011-03-281-1/+4
* 'self' is objective-c's 'self' objc pointer only inFariborz Jahanian2011-03-271-0/+3
* Property setter/getter must be looked up in property type'sFariborz Jahanian2011-03-091-17/+16
* Lookup selector in protocol list of qualified objc typeFariborz Jahanian2011-03-091-0/+17
* Warn on usage of unavailable objc 'class' inFariborz Jahanian2011-03-081-1/+1
* Improve diagnostics on missing property decl.Fariborz Jahanian2011-02-171-1/+1
* Improve diagnostics when property names an object type ofFariborz Jahanian2011-02-171-0/+16
* Support for objc use of property-dot syntax as receiverFariborz Jahanian2011-02-081-0/+4
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-3/+10
* Capture a few implicit references to 'self'.John McCall2011-02-031-3/+37
* Tweak diagnostic:Ted Kremenek2011-01-231-1/+2
* Remove unused store to variable 'Name'. Found by clang static analyzer.Ted Kremenek2011-01-141-1/+0
* Ensure that the result type of an Objective-C class message send isDouglas Gregor2011-01-111-5/+9
* Complain on missing property getter method onlyFariborz Jahanian2010-12-221-4/+11
* Warn when message is sent to receiver ofFariborz Jahanian2010-12-211-3/+5
* Improve diagnostics when property being looked upFariborz Jahanian2010-12-161-0/+6
* Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis2010-12-101-24/+27
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-0/+3
* Diagnose when accessing property in a class method andFariborz Jahanian2010-12-031-2/+2
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-8/+11
* When unknown method is sent to a receiver ofFariborz Jahanian2010-12-011-1/+3
* Add an assertion, fix a whole bunch of bugs, comment the assertionJohn McCall2010-11-181-10/+21
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-21/+36
* Introduce a null-to-pointer implicit cast kind.John McCall2010-11-131-2/+6
* No really, we don't have a retain/release system for statements/expressionsJohn McCall2010-10-261-3/+1
* This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian2010-10-191-1/+8
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-5/+7
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-11/+31
* Patch implements passing arrays to functions expectingFariborz Jahanian2010-09-241-1/+2
* Implement automatic bracket insertion for Objective-C class messageDouglas Gregor2010-09-161-1/+1
* Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor2010-09-151-6/+6
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-151-19/+30
* One who seeks knowledge learns something new every day.John McCall2010-08-261-18/+18
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-2/+2
* More header elimination. The goal of all this is to allow Parser toJohn McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-14/+14
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-6/+6
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-7/+5
* Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer2010-08-171-2/+2
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-3/+3
* Fix a spurious warning when message sent to qualified-idFariborz Jahanian2010-08-101-2/+1
* Implements gcc's -Wstrict-selector-match.Fariborz Jahanian2010-08-091-7/+13
* Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl2010-08-021-1/+1
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-7/+1
* Vectors are not integer types, so the type system should not classifyDouglas Gregor2010-07-231-3/+2
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-0/+5
OpenPOWER on IntegriCloud