@@ -18,41 +18,35 @@ Author: Daniel Kroening, kroening@kroening.com
18
18
#include " ansi_c_parser.h"
19
19
20
20
const char gcc_builtin_headers_types[] =
21
- " #line 1 \" gcc_builtin_headers_types.h\"\n "
22
21
#include " compiler_headers/gcc_builtin_headers_types.inc" // IWYU pragma: keep
23
22
; // NOLINT(whitespace/semicolon)
24
23
25
24
const char gcc_builtin_headers_generic[] =
26
- " #line 1 \" gcc_builtin_headers_generic.h\"\n "
27
25
#include " compiler_headers/gcc_builtin_headers_generic.inc" // IWYU pragma: keep
28
26
; // NOLINT(whitespace/semicolon)
29
27
30
28
const char gcc_builtin_headers_math[] =
31
- " #line 1 \" gcc_builtin_headers_math.h\"\n "
32
29
#include " compiler_headers/gcc_builtin_headers_math.inc" // IWYU pragma: keep
33
30
; // NOLINT(whitespace/semicolon)
34
31
35
32
const char gcc_builtin_headers_mem_string[] =
36
- " #line 1 \" gcc_builtin_headers_mem_string.h\"\n "
37
33
// NOLINTNEXTLINE(whitespace/line_length)
38
34
#include " compiler_headers/gcc_builtin_headers_mem_string.inc" // IWYU pragma: keep
39
35
; // NOLINT(whitespace/semicolon)
40
36
41
- const char gcc_builtin_headers_omp[] = " #line 1 \" gcc_builtin_headers_omp.h \"\n "
37
+ const char gcc_builtin_headers_omp[] =
42
38
#include " compiler_headers/gcc_builtin_headers_omp.inc" // IWYU pragma: keep
43
39
; // NOLINT(whitespace/semicolon)
44
40
45
- const char gcc_builtin_headers_tm[] = " #line 1 \" gcc_builtin_headers_tm.h \"\n "
41
+ const char gcc_builtin_headers_tm[] =
46
42
#include " compiler_headers/gcc_builtin_headers_tm.inc" // IWYU pragma: keep
47
43
; // NOLINT(whitespace/semicolon)
48
44
49
45
const char gcc_builtin_headers_ubsan[] =
50
- " #line 1 \" gcc_builtin_headers_ubsan.h\"\n "
51
46
#include " compiler_headers/gcc_builtin_headers_ubsan.inc" // IWYU pragma: keep
52
47
; // NOLINT(whitespace/semicolon)
53
48
54
49
const char gcc_builtin_headers_ia32[] =
55
- " #line 1 \" gcc_builtin_headers_ia32.h\"\n "
56
50
#include " compiler_headers/gcc_builtin_headers_ia32.inc" // IWYU pragma: keep
57
51
; // NOLINT(whitespace/semicolon)
58
52
const char gcc_builtin_headers_ia32_2[] =
@@ -81,41 +75,38 @@ const char gcc_builtin_headers_ia32_9[] =
81
75
; // NOLINT(whitespace/semicolon)
82
76
83
77
const char gcc_builtin_headers_alpha[] =
84
- " #line 1 \" gcc_builtin_headers_alpha.h\"\n "
85
78
#include " compiler_headers/gcc_builtin_headers_alpha.inc" // IWYU pragma: keep
86
79
; // NOLINT(whitespace/semicolon)
87
80
88
- const char gcc_builtin_headers_arm[] = " #line 1 \" gcc_builtin_headers_arm.h \"\n "
81
+ const char gcc_builtin_headers_arm[] =
89
82
#include " compiler_headers/gcc_builtin_headers_arm.inc" // IWYU pragma: keep
90
83
; // NOLINT(whitespace/semicolon)
91
84
92
85
const char gcc_builtin_headers_mips[] =
93
- " #line 1 \" gcc_builtin_headers_mips.h\"\n "
94
86
#include " compiler_headers/gcc_builtin_headers_mips.inc" // IWYU pragma: keep
95
87
; // NOLINT(whitespace/semicolon)
96
88
97
89
const char gcc_builtin_headers_power[] =
98
- " #line 1 \" gcc_builtin_headers_power.h\"\n "
99
90
#include " compiler_headers/gcc_builtin_headers_power.inc" // IWYU pragma: keep
100
91
; // NOLINT(whitespace/semicolon)
101
92
102
- const char arm_builtin_headers[] = " #line 1 \" arm_builtin_headers.h \"\n "
93
+ const char arm_builtin_headers[] =
103
94
#include " compiler_headers/arm_builtin_headers.inc" // IWYU pragma: keep
104
95
; // NOLINT(whitespace/semicolon)
105
96
106
- const char cw_builtin_headers[] = " #line 1 \" cw_builtin_headers.h \"\n "
97
+ const char cw_builtin_headers[] =
107
98
#include " compiler_headers/cw_builtin_headers.inc" // IWYU pragma: keep
108
99
; // NOLINT(whitespace/semicolon)
109
100
110
- const char clang_builtin_headers[] = " #line 1 \" clang_builtin_headers.h \"\n "
101
+ const char clang_builtin_headers[] =
111
102
#include " compiler_headers/clang_builtin_headers.inc" // IWYU pragma: keep
112
103
; // NOLINT(whitespace/semicolon)
113
104
114
- const char cprover_builtin_headers[] = " #line 1 \" cprover_builtin_headers.h \"\n "
105
+ const char cprover_builtin_headers[] =
115
106
#include " cprover_builtin_headers.inc" // IWYU pragma: keep
116
107
; // NOLINT(whitespace/semicolon)
117
108
118
- const char windows_builtin_headers[] = " #line 1 \" windows_builtin_headers.h \"\n "
109
+ const char windows_builtin_headers[] =
119
110
#include " compiler_headers/windows_builtin_headers.inc" // IWYU pragma: keep
120
111
; // NOLINT(whitespace/semicolon)
121
112
0 commit comments