diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-07 18:45:48 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-07 18:45:48 +0000 |
commit | a9cc2491dde81261044a4ac21798fcfeb6c83d8a (patch) | |
tree | caefb2df29e89c813a828eac92e20716510ccdf5 /clang/test/Index/comment-cplus-decls.cpp | |
parent | 3b2db0bcd3977761e852394738b58d0c5941fe4a (diff) | |
download | bcm5719-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.cpp | 2 |
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 <class T = unsigned int> class valarray {\n} template <class T> class valarray</Declaration> +// CHECK: <Declaration>template <class T> class valarray</Declaration> // CHECK: <Declaration>friend template <class T> class valarray</Declaration> class gslice |