File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def write_header(
90
90
+ "_H"
91
91
)
92
92
f .write (
93
- """
93
+ """\
94
94
//===----------------------------------------------------------------------===//
95
95
//
96
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -142,7 +142,7 @@ def write_implementation(
142
142
print ("Creating %s..." % filename )
143
143
with io .open (filename , "w" , encoding = "utf8" , newline = "\n " ) as f :
144
144
f .write (
145
- """
145
+ """\
146
146
//===----------------------------------------------------------------------===//
147
147
//
148
148
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -347,7 +347,8 @@ def write_test(
347
347
print ("Creating %s..." % filename )
348
348
with io .open (filename , "w" , encoding = "utf8" , newline = "\n " ) as f :
349
349
f .write (
350
- """// RUN: %%check_clang_tidy %(standard)s%%s %(check_name_dashes)s %%t
350
+ """\
351
+ // RUN: %%check_clang_tidy %(standard)s%%s %(check_name_dashes)s %%t
351
352
352
353
// FIXME: Add something that triggers the check here.
353
354
void f();
You can’t perform that action at this time.
0 commit comments