aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage/ast-printing.cpp
blob: 97279e47b55c5e6f32e859cc7df54337037edbe6 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 -std=c++20 -fsyntax-only %s
// RUN: %clang_cc1 -std=c++20 -ast-print %s -o %t.1.cpp
// RUN: %clang_cc1 -std=c++20 -ast-print %t.1.cpp -o %t.2.cpp
// RUN: diff %t.1.cpp %t.2.cpp
// RUN: %clang_cc1 -std=c++20 -ast-dump %s
// RUN: %clang_cc1 -std=c++20 -ast-dump-all %s
// RUN: %clang_cc1 -std=c++20 -ast-dump=json -triple=x86_64-linux-gnu %s
// RUN: %clang_cc1 -std=c++20 -fdump-record-layouts %s

#include "cxx-language-features.inc"