From 3bc6e4c72aa91604812b1a387b435a84c0489d4f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 30 May 2009 06:31:56 +0000 Subject: Printing for using directives, e.g., using namespace std::debug; Extended UsingDirectiveDecl to store the nested-name-specifier that precedes the nominated namespace. llvm-svn: 72614 --- clang/test/Coverage/ast-printing.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 clang/test/Coverage/ast-printing.cpp (limited to 'clang/test/Coverage/ast-printing.cpp') diff --git a/clang/test/Coverage/ast-printing.cpp b/clang/test/Coverage/ast-printing.cpp new file mode 100644 index 00000000000..10d01c74374 --- /dev/null +++ b/clang/test/Coverage/ast-printing.cpp @@ -0,0 +1,6 @@ +// RUN: clang-cc --fsyntax-only %s && +// RUN: clang-cc --ast-print %s && +// RUN: clang-cc --ast-dump %s +// FIXME: clang-cc --ast-print-xml -o %t %s + +#include "cxx-language-features.inc" -- cgit v1.2.3