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 | 27c2cb24d5e2e9fda68b929c6d03c761196d8e2d (patch) | |
tree | 582ce48193216a0a1826122ff0dcc09b0bad5a1f /test/Index/comment-cplus-decls.cpp | |
parent | de7685487c5d628dd9fe64c4f861cd1888f50fc7 (diff) |
Comment to XML conversion: no, we don't want to print instantiations for the
<Declaration> tag
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/comment-cplus-decls.cpp')
-rw-r--r-- | test/Index/comment-cplus-decls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-cplus-decls.cpp b/test/Index/comment-cplus-decls.cpp index ed851d84fc..2fa688c3d7 100644 --- a/test/Index/comment-cplus-decls.cpp +++ b/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 |