diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-21 20:55:50 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-21 20:55:50 +0000 |
commit | ee75c05c1a0218369cac26ab1c847d9a04e4db88 (patch) | |
tree | 97fb3783a873f8fa37d6d3b7b843dcf46cb93225 /test/Coverage/ast-printing.c | |
parent | 36bb03b86ab6f905b336ee9ec11f288291b22b45 (diff) |
AST XML dump, from Olaf Krzikalla!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/ast-printing.c')
-rw-r--r-- | test/Coverage/ast-printing.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c index 401a3d3b8a..efa950934b 100644 --- a/test/Coverage/ast-printing.c +++ b/test/Coverage/ast-printing.c @@ -1,5 +1,6 @@ // RUN: clang-cc --fsyntax-only %s && // RUN: clang-cc --ast-print %s && -// RUN: clang-cc --ast-dump %s +// RUN: clang-cc --ast-dump %s && +// RUN: clang-cc --ast-print-xml -o %t %s #include "c-language-features.inc" |