]> granicus.if.org Git - clang/commitdiff
Remove some extraneous carriage returns from these files. One of the
authorChandler Carruth <chandlerc@gmail.com>
Tue, 20 Dec 2011 01:45:15 +0000 (01:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 20 Dec 2011 01:45:15 +0000 (01:45 +0000)
Windows subversion clients isn't setup to default to eol:native again...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146952 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/attr-declspec-ignored.c
test/SemaCXX/attr-declspec-ignored.cpp

index e1bce4726eea1893a7a94e76e7de39d0526eba44..6fd35c0bd7835594d0c0ed48717dbf5c29d80df0 100644 (file)
@@ -1,12 +1,12 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only\r
-\r
-__attribute__((visibility("hidden")))  __attribute__((aligned)) struct A; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \\r
-// expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}\r
-__attribute__((visibility("hidden")))  __attribute__((aligned)) union B; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \\r
-// expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}} \r
-__attribute__((visibility("hidden")))  __attribute__((aligned)) enum C {C}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \\r
-// expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}\r
-\r
-__attribute__((visibility("hidden")))  __attribute__((aligned)) struct D {} d;\r
-__attribute__((visibility("hidden")))  __attribute__((aligned)) union E {} e;\r
-__attribute__((visibility("hidden")))  __attribute__((aligned)) enum F {F} f;\r
+// RUN: %clang_cc1 %s -verify -fsyntax-only
+
+__attribute__((visibility("hidden")))  __attribute__((aligned)) struct A; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
+// expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
+__attribute__((visibility("hidden")))  __attribute__((aligned)) union B; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
+// expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}} 
+__attribute__((visibility("hidden")))  __attribute__((aligned)) enum C {C}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
+// expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
+
+__attribute__((visibility("hidden")))  __attribute__((aligned)) struct D {} d;
+__attribute__((visibility("hidden")))  __attribute__((aligned)) union E {} e;
+__attribute__((visibility("hidden")))  __attribute__((aligned)) enum F {F} f;
index c6745c4e64769bdc833404e50b8d4a3ef4a5e4b8..0503750da16061217dc48e06938a38476664f7c7 100644 (file)
@@ -1,19 +1,19 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only\r
-\r
-namespace test1 {\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) class A; // expected-warning{{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}} \\r
-  // expected-warning{{attribute 'aligned' is ignored, place it after "class" to apply attribute to type declaration}}\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) struct B; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \\r
-  // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \\r
-  // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}} \r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) enum D {D}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \\r
-  // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}\r
-}\r
-\r
-namespace test2 {\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) class A {} a;\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) struct B {} b;\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) union C {} c;\r
-  __attribute__((visibility("hidden")))  __attribute__((aligned)) enum D {D} d;\r
-}\r
+// RUN: %clang_cc1 %s -verify -fsyntax-only
+
+namespace test1 {
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) class A; // expected-warning{{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}} \
+  // expected-warning{{attribute 'aligned' is ignored, place it after "class" to apply attribute to type declaration}}
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) struct B; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
+  // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
+  // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}} 
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) enum D {D}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
+  // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
+}
+
+namespace test2 {
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) class A {} a;
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) struct B {} b;
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) union C {} c;
+  __attribute__((visibility("hidden")))  __attribute__((aligned)) enum D {D} d;
+}