From 36c49e3f258dced101949edabd72e9bc3f1dedc4 Mon Sep 17 00:00:00 2001 From: dim Date: Fri, 17 Sep 2010 15:54:40 +0000 Subject: Vendor import of clang r114020 (from the release_28 branch): http://llvm.org/svn/llvm-project/cfe/branches/release_28@114020 Approved by: rpaulo (mentor) --- test/Parser/cxx-attributes.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/Parser/cxx-attributes.cpp') diff --git a/test/Parser/cxx-attributes.cpp b/test/Parser/cxx-attributes.cpp index 192193a..8603b30 100644 --- a/test/Parser/cxx-attributes.cpp +++ b/test/Parser/cxx-attributes.cpp @@ -1,9 +1,9 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s - -class c { - virtual void f1(const char* a, ...) - __attribute__ (( __format__(__printf__,2,3) )) = 0; - virtual void f2(const char* a, ...) - __attribute__ (( __format__(__printf__,2,3) )) {} -}; - +// RUN: %clang_cc1 -fsyntax-only -verify %s + +class c { + virtual void f1(const char* a, ...) + __attribute__ (( __format__(__printf__,2,3) )) = 0; + virtual void f2(const char* a, ...) + __attribute__ (( __format__(__printf__,2,3) )) {} +}; + -- cgit v1.1