index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaExprObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
objc-arc: Allow unbridged cast of retainable object to
Fariborz Jahanian
2011-06-22
1
-1
/
+1
*
objc-arc: Add support for unbridged cast of
Fariborz Jahanian
2011-06-21
1
-19
/
+39
*
objc-arc: CodeGen part of unbridged cast of CF types.
Fariborz Jahanian
2011-06-21
1
-5
/
+41
*
Make more use of llvm::StringRef in various APIs. In particular, don't
Jay Foad
2011-06-21
1
-1
/
+1
*
objc-arc: allow explicit unbridged casts if the source of the cast is a
Fariborz Jahanian
2011-06-20
1
-0
/
+10
*
Initialize a couple of variables to shut GCC up.
John McCall
2011-06-17
1
-1
/
+1
*
For the purpose of @encode'ing, accept 'void' type
Fariborz Jahanian
2011-06-16
1
-1
/
+2
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-11
/
+398
*
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-06-11
1
-13
/
+98
*
Emit an error when trying to @encode an incomplete type.
Argyrios Kyrtzidis
2011-05-14
1
-1
/
+7
*
"note" location of forward class used as receiver of
Fariborz Jahanian
2011-04-23
1
-2
/
+3
*
Fix a crash-on-invalid involving non-identifier names in a member
Douglas Gregor
2011-04-20
1
-0
/
+7
*
Enforce nonnull __attribute__ on Objective-C method calls.
Fariborz Jahanian
2011-04-15
1
-0
/
+6
*
Add a flag to StringLiteral to keep track of whether the string is a pascal s...
Anders Carlsson
2011-04-14
1
-1
/
+2
*
Use ExprResult& instead of Expr *& in Sema
John Wiegley
2011-04-08
1
-26
/
+39
*
Fix lookup for class messages sent to qualified-class
Fariborz Jahanian
2011-04-06
1
-30
/
+44
*
Implements property of reference types. Adding
Fariborz Jahanian
2011-03-28
1
-0
/
+1
*
Also 'self' in blocks need be handled specially.
Fariborz Jahanian
2011-03-28
1
-1
/
+4
*
'self' is objective-c's 'self' objc pointer only in
Fariborz Jahanian
2011-03-27
1
-0
/
+3
*
Property setter/getter must be looked up in property type's
Fariborz Jahanian
2011-03-09
1
-17
/
+16
*
Lookup selector in protocol list of qualified objc type
Fariborz Jahanian
2011-03-09
1
-0
/
+17
*
Warn on usage of unavailable objc 'class' in
Fariborz Jahanian
2011-03-08
1
-1
/
+1
*
Improve diagnostics on missing property decl.
Fariborz Jahanian
2011-02-17
1
-1
/
+1
*
Improve diagnostics when property names an object type of
Fariborz Jahanian
2011-02-17
1
-0
/
+16
*
Support for objc use of property-dot syntax as receiver
Fariborz Jahanian
2011-02-08
1
-0
/
+4
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-3
/
+10
*
Capture a few implicit references to 'self'.
John McCall
2011-02-03
1
-3
/
+37
*
Tweak diagnostic:
Ted Kremenek
2011-01-23
1
-1
/
+2
*
Remove unused store to variable 'Name'. Found by clang static analyzer.
Ted Kremenek
2011-01-14
1
-1
/
+0
*
Ensure that the result type of an Objective-C class message send is
Douglas Gregor
2011-01-11
1
-5
/
+9
*
Complain on missing property getter method only
Fariborz Jahanian
2010-12-22
1
-4
/
+11
*
Warn when message is sent to receiver of
Fariborz Jahanian
2010-12-21
1
-3
/
+5
*
Improve diagnostics when property being looked up
Fariborz Jahanian
2010-12-16
1
-0
/
+6
*
Keep the source location of the selector in ObjCMessageExpr.
Argyrios Kyrtzidis
2010-12-10
1
-24
/
+27
*
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
1
-0
/
+3
*
Diagnose when accessing property in a class method and
Fariborz Jahanian
2010-12-03
1
-2
/
+2
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-8
/
+11
*
When unknown method is sent to a receiver of
Fariborz Jahanian
2010-12-01
1
-1
/
+3
*
Add an assertion, fix a whole bunch of bugs, comment the assertion
John McCall
2010-11-18
1
-10
/
+21
*
Calculate the value kind of an expression when it's created and
John McCall
2010-11-18
1
-21
/
+36
*
Introduce a null-to-pointer implicit cast kind.
John McCall
2010-11-13
1
-2
/
+6
*
No really, we don't have a retain/release system for statements/expressions
John McCall
2010-10-26
1
-3
/
+1
*
This patch implements Next's IRGen for -fconstant-string-class=class-name.
Fariborz Jahanian
2010-10-19
1
-1
/
+8
*
When performing typo correction, look through the set of known
Douglas Gregor
2010-10-14
1
-5
/
+7
*
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-14
1
-11
/
+31
*
Patch implements passing arrays to functions expecting
Fariborz Jahanian
2010-09-24
1
-1
/
+2
*
Implement automatic bracket insertion for Objective-C class message
Douglas Gregor
2010-09-16
1
-1
/
+1
*
Handle bracket insertion for Objective-C class messages in a very
Douglas Gregor
2010-09-15
1
-6
/
+6
*
Implement bracket insertion for Objective-C instance message sends as
Douglas Gregor
2010-09-15
1
-19
/
+30
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-18
/
+18
[next]