- AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081
6 lines
131 B
C
6 lines
131 B
C
// RUN: clang --fsyntax-only %s &&
|
|
// RUN: clang --ast-print %s &&
|
|
// RUN: clang --ast-dump %s
|
|
|
|
#include "c-language-features.inc"
|