xref: /llvm-project/clang/test/Coverage/ast-printing.cpp (revision 08d3b3911adf163c15d532e2c0ecc4fe7ffbe31c)
1 // RUN: %clang_cc1 -std=c++14 -fsyntax-only %s
2 // RUN: %clang_cc1 -std=c++14 -ast-print %s -o %t.1.cpp
3 // RUN: %clang_cc1 -std=c++14 -ast-print %t.1.cpp -o %t.2.cpp
4 // RUN: diff %t.1.cpp %t.2.cpp
5 // RUN: %clang_cc1 -std=c++14 -ast-dump %s
6 // RUN: %clang_cc1 -std=c++14 -ast-dump-all %s
7 // RUN: %clang_cc1 -std=c++14 -print-decl-contexts %s
8 // RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s
9 
10 #include "cxx-language-features.inc"
11