aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-cxx0x.cpp
AgeCommit message (Collapse)Author
2012-08-13PR13570: When an unresolved overloaded call appeared in a dependent context, weRichard Smith
forgot to set it as being instantiation-dependent as well as being type- and value-dependent. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161791 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
-std=c++0x. Patch by Ahmed Charles! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-06Correctly unwrap 'auto' types. Fixes PR9414.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127121 91177308-0d34-0410-b5e6-96231b3b80d8