aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/conditional-gnu-ext.cpp
AgeCommit message (Collapse)Author
2012-01-25Fix a crash for an edge case of the GNU ?: extension.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148923 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-21Bind references to opaque r-values correctly. Add a few test casesJohn McCall
for ?: on record types. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126113 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-21Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cppJohn McCall
for consistency with other tests (and to remove "scalar" from the name). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126104 91177308-0d34-0410-b5e6-96231b3b80d8