Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Warn for any kind of initialization if initializer does not | Fariborz Jahanian | 2011-04-08 | 1 | -1/+1 |
| | | | | | | | implement lhs's protocols. // rdar://9091389. llvm-svn: 129142 | ||||
* | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -0/+19 |
| | | | | | | | | an lvalue of another, compatible Objective-C object type (e.g., a subclass). Introduce a new initialization sequence step kind to describe this binding, along with a new cast kind. Fixes PR7741. llvm-svn: 110513 | ||||
* | When checking whether to bind an expression to a temporary, don't bind Obj-C ↵ | Anders Carlsson | 2010-07-16 | 1 | -0/+1 |
| | | | | | | message send expressions who call methods that return references. llvm-svn: 108559 | ||||
* | Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ↵ | Anders Carlsson | 2010-06-21 | 1 | -0/+25 |
reference. llvm-svn: 106477 |