Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only %s |
2 | // RUN: %clang_cc1 -ast-print %s | ||||
3 | // RUN: %clang_cc1 -ast-dump %s | ||||
4 | // FIXME: %clang_cc1 -ast-print-xml -o %t %s | ||||
Eli Friedman | 368a55d | 2010-01-03 02:01:11 +0000 | [diff] [blame] | 5 | // RUN: %clang_cc1 -print-decl-contexts %s |
6 | // RUN: %clang_cc1 -dump-record-layouts %s | ||||
Douglas Gregor | 8419fa3 | 2009-05-30 06:31:56 +0000 | [diff] [blame] | 7 | |
8 | #include "cxx-language-features.inc" |