diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-15 15:39:40 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-15 15:39:40 +0000 |
commit | ee791dde723a2089c681d2ab6a9d4f96379d5f49 (patch) | |
tree | a6082d4d1d1e9ddaea09a6a04bb4a47da95d642d /test/Coverage/ast-printing.cpp | |
parent | abe15e553e58165e7692c0d0842865c488ed7b45 (diff) |
Notes
Diffstat (limited to 'test/Coverage/ast-printing.cpp')
-rw-r--r-- | test/Coverage/ast-printing.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Coverage/ast-printing.cpp b/test/Coverage/ast-printing.cpp index e86e799a8f6ef..ce0a5693b0466 100644 --- a/test/Coverage/ast-printing.cpp +++ b/test/Coverage/ast-printing.cpp @@ -2,5 +2,7 @@ // RUN: %clang_cc1 -ast-print %s // RUN: %clang_cc1 -ast-dump %s // FIXME: %clang_cc1 -ast-print-xml -o %t %s +// RUN: %clang_cc1 -print-decl-contexts %s +// RUN: %clang_cc1 -dump-record-layouts %s #include "cxx-language-features.inc" |