aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-try-catch.cpp
AgeCommit message (Collapse)Author
2009-05-18Deal with an icky corner case where we were complaining that a catchDouglas Gregor
statement was using an rvalue reference during the template definition. However, template instantiations based on an lvalue reference type are well-formed, so we delay checking of these property until template instantiation time. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72041 91177308-0d34-0410-b5e6-96231b3b80d8