summaryrefslogtreecommitdiffstats
path: root/test/Index/comment-cplus-template-decls.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-02-25 18:49:49 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-02-25 18:49:49 +0000
commitc1485310503a055719a589594b4aabcc063ab60e (patch)
tree5100dd5aa3f639caf3c31201d3722ab30627d342 /test/Index/comment-cplus-template-decls.cpp
parent8181ff0ece70c55f2e6e5887f73f9977a983bb8e (diff)
Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/comment-cplus-template-decls.cpp')
-rw-r--r--test/Index/comment-cplus-template-decls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-cplus-template-decls.cpp b/test/Index/comment-cplus-template-decls.cpp
index 039f092a62..9510c7ce15 100644
--- a/test/Index/comment-cplus-template-decls.cpp
+++ b/test/Index/comment-cplus-template-decls.cpp
@@ -27,7 +27,7 @@ template<typename T> struct A {
};
// CHECK: <Declaration>template &lt;typename T&gt; struct A {}</Declaration>
// CHECK: <Declaration>A&lt;T&gt;()</Declaration>
-// CHECK: <Declaration>void ~A&lt;T&gt;()</Declaration>
+// CHECK: <Declaration>~A&lt;T&gt;()</Declaration>
/**
* \Brief Eee