mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 19:16:04 +00:00

- AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081
5 lines
107 B
C
5 lines
107 B
C
// RUN: clang -emit-llvm -o %t %s
|
|
// RUN: clang -emit-llvm-bc -o %t %s
|
|
|
|
#include "c-language-features.inc"
|