From 056abd2059c65a3e908193aeae16fad98017437c Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 2 Dec 2012 13:20:44 +0000 Subject: Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2): http://llvm.org/svn/llvm-project/cfe/branches/release_32@168974 --- test/CodeGenCXX/mangle-nullptr-arg.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/CodeGenCXX/mangle-nullptr-arg.cpp') diff --git a/test/CodeGenCXX/mangle-nullptr-arg.cpp b/test/CodeGenCXX/mangle-nullptr-arg.cpp index 393de0b..07bf52f 100644 --- a/test/CodeGenCXX/mangle-nullptr-arg.cpp +++ b/test/CodeGenCXX/mangle-nullptr-arg.cpp @@ -11,3 +11,6 @@ template struct PM {}; // CHECK: define void @_Z5test22PMILM1Xi0EE void test2(PM) { } +// CHECK: define void @_Z5test316DependentTypePtrIPiLS0_0EE +template struct DependentTypePtr {}; +void test3(DependentTypePtr) { } -- cgit v1.1