diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-01-03 02:01:11 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-01-03 02:01:11 +0000 |
commit | 368a55d3ce5d66c6d0502c6f8bf061c06961042c (patch) | |
tree | 7f4e105ec25363b83ee3fe4ace073e6ff155a1b8 /test/Coverage | |
parent | 69c1d02e9bb94d10d7ccacaf94889c3d976ca8e7 (diff) |
Better coverage for -dump-record-layouts and -print-decl-contexts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage')
-rw-r--r-- | test/Coverage/ast-printing.c | 1 | ||||
-rw-r--r-- | test/Coverage/ast-printing.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c index 182bd4d1b2..bbbc366eb7 100644 --- a/test/Coverage/ast-printing.c +++ b/test/Coverage/ast-printing.c @@ -2,5 +2,6 @@ // RUN: %clang_cc1 -ast-print %s // RUN: %clang_cc1 -ast-dump %s // RUN: %clang_cc1 -ast-print-xml -o %t %s +// RUN: %clang_cc1 -print-decl-contexts %s #include "c-language-features.inc" diff --git a/test/Coverage/ast-printing.cpp b/test/Coverage/ast-printing.cpp index e86e799a8f..ce0a5693b0 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" |