]> granicus.if.org Git - clang/commitdiff
add missing newlines at end of file.
authorChris Lattner <sabre@nondot.org>
Tue, 21 Dec 2010 02:36:58 +0000 (02:36 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Dec 2010 02:36:58 +0000 (02:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122309 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/stmt.stmt/stmt.select/p3.cpp
test/CodeGenCXX/array-value-initialize.cpp
test/CodeGenCXX/nullptr.cpp
test/CodeGenCXX/value-init.cpp
test/Index/annotate-tokens.cpp

index 31de685ed35f7a94da3c9957f7b7129eb72b2735..35e5c919fb6ccc6a09245f38753e33f48f4e6794 100644 (file)
@@ -16,4 +16,4 @@ void h() {
     int x; // expected-error{{redefinition of 'x'}}
   else
     int x; // expected-error{{redefinition of 'x'}}
-}
\ No newline at end of file
+}
index 8a3d5ff8b6f530d237447247ad2063bd99b62bb1..27607c1c754453f0d1fb5f3db51a719b873f1572 100644 (file)
@@ -49,4 +49,4 @@ int main()
   Stuff b = a;
   
   return 0;
-}
\ No newline at end of file
+}
index dddae2623069838f06ee35ed1499d6669b12bab0..1ea23ec0a95bce8b8e496f352f92b2982d4bd3da 100644 (file)
@@ -21,4 +21,4 @@ void g() {
 
 const std::type_info& f2() {
   return typeid(nullptr_t);
-}
\ No newline at end of file
+}
index 48ea3ca9edcb5cb327e33f9a345a402ef5efe682..0d091cd5fdf2ff925dbd516410921ac9342627ca 100644 (file)
@@ -150,4 +150,4 @@ void f(const C& c) {
   S s = {c, 42, c};
 }
 
-}
\ No newline at end of file
+}
index 0aac96b461b71c92b5b035eb9cf1b294c3600ef6..3138babf0aafb2356395be580678edc625f913bb 100644 (file)
@@ -28,4 +28,4 @@ void test(bonk X) {
 // CHECK: Identifier: "bonk" [4:24 - 4:28] TypeRef=struct bonk:1:8
 // CHECK: Punctuation: ")" [4:28 - 4:29] UnexposedExpr=
 // CHECK: Punctuation: ";" [4:29 - 4:30] UnexposedStmt=
-// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt=
\ No newline at end of file
+// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt=