summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/class-template-id.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-05 06:21:38 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-05 06:21:38 +0000
commite750491ff33d5ab1fbfae5d530a6769074154730 (patch)
treeadc0bd5a16dd5a19a85b560b2d68c866be8c9716 /clang/test/SemaTemplate/class-template-id.cpp
parent69b6b635fa682ffbef589f865cb7799574d4d0d3 (diff)
downloadbcm5719-llvm-e750491ff33d5ab1fbfae5d530a6769074154730.tar.gz
bcm5719-llvm-e750491ff33d5ab1fbfae5d530a6769074154730.zip
Add quotation marks to template names in diagnostics.
llvm-svn: 176474
Diffstat (limited to 'clang/test/SemaTemplate/class-template-id.cpp')
-rw-r--r--clang/test/SemaTemplate/class-template-id.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/class-template-id.cpp b/clang/test/SemaTemplate/class-template-id.cpp
index b674537ea71..5bbc70c9552 100644
--- a/clang/test/SemaTemplate/class-template-id.cpp
+++ b/clang/test/SemaTemplate/class-template-id.cpp
@@ -40,7 +40,7 @@ typedef N::C<float> c2;
// PR5655
template<typename T> struct Foo { }; // expected-note{{template is declared here}}
-void f(void) { Foo bar; } // expected-error{{use of class template Foo requires template arguments}}
+void f(void) { Foo bar; } // expected-error{{use of class template 'Foo' requires template arguments}}
// rdar://problem/8254267
template <typename T> class Party;
OpenPOWER on IntegriCloud