summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/references.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-6/+6
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-8/+8
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Rework the bitfield access IR generation to address PR13619 andChandler Carruth2012-12-061-5/+4
* Fix test on Release builds.Eli Friedman2011-11-161-1/+1
* Fix a bunch of really nasty bugs in how we compute alignment for reference lv...Eli Friedman2011-11-161-0/+14
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+28
* PR9494: Get rid of bitcast which was both unnecessary and written incorrectly.Eli Friedman2011-03-161-0/+11
* Correctly destroy reference temporaries with global storage. Remove ErrorUnsu...Anders Carlsson2010-06-271-1/+35
* Change IR generation for return (in the simple case) to avoid doing sillyChris Lattner2010-06-271-4/+3
* Improve our handling of reference binding for subobjects ofDouglas Gregor2010-05-221-1/+5
* Rework our handling of binding a reference to a temporaryDouglas Gregor2010-05-201-1/+54
* When constant folding reference variables with an initializer to theChandler Carruth2010-05-161-0/+13
* Check for ret, so that we know we hit the end of the functionDouglas Gregor2010-03-241-0/+1
* When returning from a function that has a reference return type, useDouglas Gregor2010-03-241-0/+7
* Handle reference binding in aggregate initializers. Fixes another 47 tests.Anders Carlsson2010-02-031-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-2/+0
* Intercept sizeof and alignof references before they get into ASTContext metho...Sebastian Redl2009-11-231-0/+5
* Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...Anders Carlsson2009-10-201-1/+1
* Force triple for test.Anders Carlsson2009-10-201-1/+1
* Handle emitting the assignment operator when the lhs is a reference. Fixes PR...Anders Carlsson2009-10-191-0/+6
* When binding a reference to a temporary, it's important that other temporarie...Anders Carlsson2009-10-181-0/+23
* HandleAnders Carlsson2009-10-151-1/+8
* Ignore No-op casts when evaluating lvalue expressions. Fixes PR5122.Anders Carlsson2009-10-031-0/+5
* Handle member expressions that return references correctly.Anders Carlsson2009-09-011-0/+8
* IRgen support for calls to functions that return references to aggregate exre...Anders Carlsson2009-05-271-0/+2
* Fix up constant expression handling to deal with the address Eli Friedman2009-05-271-0/+1
* Add IRGen support for local variables of reference type.Eli Friedman2009-05-271-0/+6
* Add IRGen support for return statements in functions with reference Eli Friedman2009-05-271-0/+3
* Functions that return references can be rvalues as well.Anders Carlsson2009-05-271-0/+3
* Add another test.Anders Carlsson2009-05-271-1/+3
* Add support for emitting calls to functions that return references (as lvalue...Anders Carlsson2009-05-271-2/+12
* Handle the remaining unhandled cases in EmitReferenceBindingToExpr.Eli Friedman2009-05-201-0/+7
* irgen for references to complex rvales (Very important...)Anders Carlsson2009-05-201-0/+2
* Bad anders.Anders Carlsson2009-05-201-1/+1
* Create a temporary if the lvalue is a bitfield. Reported by Eli.Anders Carlsson2009-05-201-0/+3
* Add support for binding references to scalar rvalues.Anders Carlsson2009-05-201-3/+10
* Bind references to lvalues correctly.Anders Carlsson2009-05-201-0/+27
* Improve support for irgen of references.Anders Carlsson2009-05-191-0/+16