aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/ast-printing.cpp
blob: 1a75fb4c6322c335d2e4d91af4cae2076621c1f1 (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -fsyntax-only %s
// 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 -fdump-record-layouts %s

#include "cxx-language-features.inc"