Commit 342f0d5
committed
[clang][Attr] Remove 'literal label' form of AsmLabelAttr
This was added purely for the needs of LLDB. However, starting with
llvm#151355 and llvm#148877 we no longer create literal AsmLabels in LLDB either. So this is unused and we can get rid of it.
In the near future LLDB will want to add special support for mangling `AsmLabel`s, and the "literal label" codepath in the mangler made this more cumbersome.1 parent 779868d commit 342f0d5
File tree
5 files changed
+15
-35
lines changed- clang
- include/clang/Basic
- lib
- AST
- Sema
- unittests/AST
- lldb/source/Plugins/TypeSystem/Clang
5 files changed
+15
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
| 1062 | + | |
| 1063 | + | |
1072 | 1064 | | |
1073 | 1065 | | |
1074 | | - | |
1075 | | - | |
| 1066 | + | |
1076 | 1067 | | |
1077 | | - | |
| 1068 | + | |
1078 | 1069 | | |
1079 | 1070 | | |
1080 | 1071 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8113 | 8113 | | |
8114 | 8114 | | |
8115 | 8115 | | |
8116 | | - | |
8117 | | - | |
8118 | | - | |
| 8116 | + | |
8119 | 8117 | | |
8120 | 8118 | | |
8121 | 8119 | | |
| |||
10345 | 10343 | | |
10346 | 10344 | | |
10347 | 10345 | | |
10348 | | - | |
10349 | | - | |
10350 | | - | |
| 10346 | + | |
| 10347 | + | |
10351 | 10348 | | |
10352 | 10349 | | |
10353 | 10350 | | |
| |||
20598 | 20595 | | |
20599 | 20596 | | |
20600 | 20597 | | |
20601 | | - | |
20602 | | - | |
| 20598 | + | |
| 20599 | + | |
20603 | 20600 | | |
20604 | 20601 | | |
20605 | 20602 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | 89 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 90 | + | |
95 | 91 | | |
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
102 | | - | |
103 | 98 | | |
104 | | - | |
105 | 99 | | |
106 | 100 | | |
107 | 101 | | |
108 | 102 | | |
109 | | - | |
110 | 103 | | |
111 | 104 | | |
112 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2183 | 2183 | | |
2184 | 2184 | | |
2185 | 2185 | | |
2186 | | - | |
2187 | | - | |
| 2186 | + | |
2188 | 2187 | | |
2189 | 2188 | | |
2190 | 2189 | | |
| |||
7823 | 7822 | | |
7824 | 7823 | | |
7825 | 7824 | | |
7826 | | - | |
7827 | | - | |
| 7825 | + | |
| 7826 | + | |
7828 | 7827 | | |
7829 | 7828 | | |
7830 | 7829 | | |
| |||
0 commit comments