blob: bcd78be7d05beaedf425ef4f2979e13e857e7712 [file] [log] [blame]
Alex Lorenza1864172017-01-03 12:14:59 +00001// 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
Serge Pavlova67a4d22016-11-10 08:49:37 +00004// RUN: diff %t.1.cpp %t.2.cpp
Alex Lorenza1864172017-01-03 12:14:59 +00005// RUN: %clang_cc1 -std=c++14 -ast-dump %s
Aaron Ballman08d3b392017-06-15 00:00:08 +00006// RUN: %clang_cc1 -std=c++14 -ast-dump-all %s
Alex Lorenza1864172017-01-03 12:14:59 +00007// RUN: %clang_cc1 -std=c++14 -print-decl-contexts %s
8// RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s
Douglas Gregor3bc6e4c2009-05-30 06:31:56 +00009
10#include "cxx-language-features.inc"