summaryrefslogtreecommitdiffstats
path: root/test/Coverage/ast-printing.cpp
blob: ce0a5693b04664471cbf5784ea59cce7a9b192aa (plain)
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 -dump-record-layouts %s

#include "cxx-language-features.inc"
OpenPOWER on IntegriCloud