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 | bf5c83745aef6e79a0cd6cee1aa9400cd1544172 (patch) | |
tree | 37f140574155243973e147e6a8f11f31851fe9ca /clang/test/Coverage/ast-printing.cpp | |
parent | 5c02c2af3f162dc05fcf5166464119c9befde406 (diff) | |
download | llvm-bf5c83745aef6e79a0cd6cee1aa9400cd1544172.zip llvm-bf5c83745aef6e79a0cd6cee1aa9400cd1544172.tar.gz llvm-bf5c83745aef6e79a0cd6cee1aa9400cd1544172.tar.bz2 |
"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!
llvm-svn: 103671
Diffstat (limited to 'clang/test/Coverage/ast-printing.cpp')
-rw-r--r-- | clang/test/Coverage/ast-printing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Coverage/ast-printing.cpp b/clang/test/Coverage/ast-printing.cpp index 1a75fb4..0de5642 100644 --- a/clang/test/Coverage/ast-printing.cpp +++ b/clang/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 |