aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/varargs.cpp
AgeCommit message (Collapse)Author
2011-08-27The lvalue-to-rvalue on structs in C++ is actually partJohn McCall
of default argument promotion and needs to happen unconditionally. This is particularly semantically important in C++0x. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138691 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-16Migrate varargs.cpp from llvm/test/FrontendC++.Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137764 91177308-0d34-0410-b5e6-96231b3b80d8