summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-cplus-decls.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-07 18:45:48 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-07 18:45:48 +0000
commita9cc2491dde81261044a4ac21798fcfeb6c83d8a (patch)
treecaefb2df29e89c813a828eac92e20716510ccdf5 /clang/test/Index/comment-cplus-decls.cpp
parent3b2db0bcd3977761e852394738b58d0c5941fe4a (diff)
downloadbcm5719-llvm-a9cc2491dde81261044a4ac21798fcfeb6c83d8a.tar.gz
bcm5719-llvm-a9cc2491dde81261044a4ac21798fcfeb6c83d8a.zip
Comment to XML conversion: no, we don't want to print instantiations for the
<Declaration> tag llvm-svn: 171763
Diffstat (limited to 'clang/test/Index/comment-cplus-decls.cpp')
-rw-r--r--clang/test/Index/comment-cplus-decls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-cplus-decls.cpp b/clang/test/Index/comment-cplus-decls.cpp
index ed851d84fc8..2fa688c3d79 100644
--- a/clang/test/Index/comment-cplus-decls.cpp
+++ b/clang/test/Index/comment-cplus-decls.cpp
@@ -162,7 +162,7 @@ private:
*/
template <class T> friend class valarray;
};
-// CHECK: <Declaration>template &lt;class T = unsigned int&gt; class valarray {\n} template &lt;class T&gt; class valarray</Declaration>
+// CHECK: <Declaration>template &lt;class T&gt; class valarray</Declaration>
// CHECK: <Declaration>friend template &lt;class T&gt; class valarray</Declaration>
class gslice
OpenPOWER on IntegriCloud