[cfe-commits] r110308 - /cfe/trunk/test/Parser/cxx-attributes.cpp

Chandler Carruth chandlerc at gmail.com
Wed Aug 4 20:16:33 PDT 2010


Author: chandlerc
Date: Wed Aug  4 22:16:33 2010
New Revision: 110308

URL: http://llvm.org/viewvc/llvm-project?rev=110308&view=rev
Log:
Convert this file to not have Windows line endings -- likely committed from
Windows without svn:eol-style=native.

Modified:
    cfe/trunk/test/Parser/cxx-attributes.cpp

Modified: cfe/trunk/test/Parser/cxx-attributes.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/cxx-attributes.cpp?rev=110308&r1=110307&r2=110308&view=diff
==============================================================================
--- cfe/trunk/test/Parser/cxx-attributes.cpp (original)
+++ cfe/trunk/test/Parser/cxx-attributes.cpp Wed Aug  4 22:16:33 2010
@@ -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) )) {}
+};
+





More information about the cfe-commits mailing list