summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/references.mm
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* Warn for any kind of initialization if initializer does notFariborz Jahanian2011-04-081-1/+1
| | | | | | | implement lhs's protocols. // rdar://9091389. llvm-svn: 129142
* Allow reference binding of a reference of Objective-C object type toDouglas Gregor2010-08-071-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 Carlsson2010-07-161-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 Carlsson2010-06-211-0/+25
reference. llvm-svn: 106477
OpenPOWER on IntegriCloud