]> granicus.if.org Git - clang/commitdiff
Fix test, make the template type a const pointer.
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 24 Aug 2013 09:24:26 +0000 (09:24 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 24 Aug 2013 09:24:26 +0000 (09:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189166 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-template.cpp

index 0f7230cc6741047a5ca35a752f3747678472c151..80891ab68bd33dfea67273fd9a8f7a30f5356134 100644 (file)
@@ -98,7 +98,7 @@ TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci;
 TC<int, -3, nullptr, nullptr, nullptr, nullptr, tmpl_impl> tcn;
 
 struct _GUID;
-template <_GUID *>
+template <const _GUID *>
 struct tmpl_guid {
 };