diff options
author | Chris Lattner <sabre@nondot.org> | 2010-05-12 23:27:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-05-12 23:27:11 +0000 |
commit | edd8df9cd260a74cfeea3c921a78d5f33c659573 (patch) | |
tree | 4de0d5468c65e9e235d603853e5c6c04dba1a6fb /test/Coverage/ast-printing.cpp | |
parent | face9818b52a6d47e4aa055a4bfcd435aed6010f (diff) |
"this patch properly addresses escaping < and > which might appear
(e.g. for C++ operators) in the xml dump.
I also re-enabled the unit test for ast-print-xml (or so I think)
at least, make test didn't fail..."
patch by Sebastien Binet!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/ast-printing.cpp')
-rw-r--r-- | test/Coverage/ast-printing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Coverage/ast-printing.cpp b/test/Coverage/ast-printing.cpp index 1a75fb4c63..0de5642289 100644 --- a/test/Coverage/ast-printing.cpp +++ b/test/Coverage/ast-printing.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -fsyntax-only %s // RUN: %clang_cc1 -ast-print %s // RUN: %clang_cc1 -ast-dump %s -// FIXME: %clang_cc1 -ast-print-xml -o %t %s +// RUN: %clang_cc1 -ast-print-xml -o %t %s // RUN: %clang_cc1 -print-decl-contexts %s // RUN: %clang_cc1 -fdump-record-layouts %s |