diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CXX/stmt.stmt/stmt.select/p3.cpp | 2 | ||||
-rw-r--r-- | clang/test/CodeGenCXX/array-value-initialize.cpp | 2 | ||||
-rw-r--r-- | clang/test/CodeGenCXX/nullptr.cpp | 2 | ||||
-rw-r--r-- | clang/test/CodeGenCXX/value-init.cpp | 2 | ||||
-rw-r--r-- | clang/test/Index/annotate-tokens.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/clang/test/CXX/stmt.stmt/stmt.select/p3.cpp b/clang/test/CXX/stmt.stmt/stmt.select/p3.cpp index 31de685ed35..35e5c919fb6 100644 --- a/clang/test/CXX/stmt.stmt/stmt.select/p3.cpp +++ b/clang/test/CXX/stmt.stmt/stmt.select/p3.cpp @@ -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 +} diff --git a/clang/test/CodeGenCXX/array-value-initialize.cpp b/clang/test/CodeGenCXX/array-value-initialize.cpp index 8a3d5ff8b6f..27607c1c754 100644 --- a/clang/test/CodeGenCXX/array-value-initialize.cpp +++ b/clang/test/CodeGenCXX/array-value-initialize.cpp @@ -49,4 +49,4 @@ int main() Stuff b = a; return 0; -}
\ No newline at end of file +} diff --git a/clang/test/CodeGenCXX/nullptr.cpp b/clang/test/CodeGenCXX/nullptr.cpp index dddae262306..1ea23ec0a95 100644 --- a/clang/test/CodeGenCXX/nullptr.cpp +++ b/clang/test/CodeGenCXX/nullptr.cpp @@ -21,4 +21,4 @@ void g() { const std::type_info& f2() { return typeid(nullptr_t); -}
\ No newline at end of file +} diff --git a/clang/test/CodeGenCXX/value-init.cpp b/clang/test/CodeGenCXX/value-init.cpp index 48ea3ca9edc..0d091cd5fdf 100644 --- a/clang/test/CodeGenCXX/value-init.cpp +++ b/clang/test/CodeGenCXX/value-init.cpp @@ -150,4 +150,4 @@ void f(const C& c) { S s = {c, 42, c}; } -}
\ No newline at end of file +} diff --git a/clang/test/Index/annotate-tokens.cpp b/clang/test/Index/annotate-tokens.cpp index 0aac96b461b..3138babf0aa 100644 --- a/clang/test/Index/annotate-tokens.cpp +++ b/clang/test/Index/annotate-tokens.cpp @@ -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= |