aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/ast-printing.cpp
blob: e03c5173533598b76f9e73a3e476d27a2c755718 (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -std=c++14 -fsyntax-only %s
// RUN: %clang_cc1 -std=c++14 -ast-print %s -o %t.1.cpp
// RUN: %clang_cc1 -std=c++14 -ast-print %t.1.cpp -o %t.2.cpp
// RUN: diff %t.1.cpp %t.2.cpp
// RUN: %clang_cc1 -std=c++14 -ast-dump %s
// RUN: %clang_cc1 -std=c++14 -print-decl-contexts %s
// RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s

#include "cxx-language-features.inc"