mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

Summary: Its job is covered by -ast-dump. The option is rarely used and lacks many AST nodes which will lead to llvm_unreachable() crash. Reviewers: rsmith, arphaman Reviewed By: rsmith Subscribers: jfb, cfe-commits Differential Revision: https://reviews.llvm.org/D52529 llvm-svn: 343660
9 lines
257 B
C
9 lines
257 B
C
// RUN: %clang_cc1 -fsyntax-only %s
|
|
// RUN: %clang_cc1 -ast-print %s -o %t.1.c
|
|
// RUN: %clang_cc1 -ast-print %t.1.c -o %t.2.c
|
|
// RUN: diff %t.1.c %t.2.c
|
|
// RUN: %clang_cc1 -ast-dump %s
|
|
// RUN: %clang_cc1 -ast-dump-all %s
|
|
|
|
#include "c-language-features.inc"
|