summaryrefslogtreecommitdiffstats
path: root/test/Coverage/ast-printing.cpp
blob: 0de56422895f3f8a9e865aaeadb954c22577b995 (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
// RUN: %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"
OpenPOWER on IntegriCloud