mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 22:16:05 +00:00

(e.g. for C++ operators) in the xml dump. I also re-enabled the unit test for ast-print-xml (or so I think) at least, make test didn't fail..." patch by Sebastien Binet! llvm-svn: 103671
9 lines
269 B
C++
9 lines
269 B
C++
// RUN: %clang_cc1 -fsyntax-only %s
|
|
// RUN: %clang_cc1 -ast-print %s
|
|
// RUN: %clang_cc1 -ast-dump %s
|
|
// RUN: %clang_cc1 -ast-print-xml -o %t %s
|
|
// RUN: %clang_cc1 -print-decl-contexts %s
|
|
// RUN: %clang_cc1 -fdump-record-layouts %s
|
|
|
|
#include "cxx-language-features.inc"
|