Clang Project

clang_source_code/test/Coverage/ast-printing.cpp
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 -fdump-record-layouts %s
8
9#include "cxx-language-features.inc"
10