commit | ee75c05c1a0218369cac26ab1c847d9a04e4db88 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu May 21 20:55:50 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu May 21 20:55:50 2009 +0000 |
tree | 97fb3783a873f8fa37d6d3b7b843dcf46cb93225 | |
parent | 36bb03b86ab6f905b336ee9ec11f288291b22b45 [diff] [blame] |
AST XML dump, from Olaf Krzikalla! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72224 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c index 401a3d3..efa9509 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"