commit | 8987c0341afa395e09d29ae5439d2d814ca87121 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Thu May 21 20:55:50 2009 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Thu May 21 20:55:50 2009 +0000 |
tree | 97fb3783a873f8fa37d6d3b7b843dcf46cb93225 | |
parent | a53035423c54aaf9605134d3e0ec8b96979a119f [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"