Commit 3152f6a
[libc++] Remove availability annotations that aren't required anymore (#161640)
Apple dropped support for some older platforms, so we can also remove
the annotations for them.
See https://developer.apple.com/support/xcode/ for the supported
versions.1 parent 84eb0d4 commit 3152f6a
File tree
290 files changed
+216
-1009
lines changed- libcxx
- include
- __atomic
- __chrono
- __configuration
- __filesystem
- __stop_token
- __thread
- test
- libcxx
- atomics/atomics.syn
- diagnostics
- input.output/filesystems
- class.directory_entry/directory_entry.mods
- class.path/path.member/path.native.obs
- iterators/iterator.requirements/iterator.assoc.types/iterator.traits
- thread
- thread.stoptoken
- vendor/apple
- std
- atomics
- atomics.ref
- atomics.types.generic
- atomics.types.float
- atomics.types.operations/atomics.types.operations.wait
- containers
- input.output
- file.streams/fstreams
- filebuf.members
- fstream.cons
- fstream.members
- ifstream.cons
- ifstream.members
- ofstream.cons
- ofstream.members
- filesystems
- class.directory_entry
- class.directory_iterator
- directory_iterator.members
- directory_iterator.nonmembers
- class.filesystem_error
- class.path
- path.itr
- path.member
- path.assign
- path.construct
- path.decompose
- path.generic.obs
- path.gen
- path.modifiers
- path.native.obs
- path.nonmember
- class.rec.dir.itr
- rec.dir.itr.members
- rec.dir.itr.nonmembers
- fs.enum
- fs.filesystem.synopsis
- fs.op.funcs
- fs.op.absolute
- fs.op.canonical
- fs.op.copy_file
- fs.op.copy_symlink
- fs.op.copy
- fs.op.create_directories
- fs.op.create_directory_symlink
- fs.op.create_directory
- fs.op.create_hard_link
- fs.op.create_symlink
- fs.op.current_path
- fs.op.equivalent
- fs.op.exists
- fs.op.file_size
- fs.op.hard_lk_ct
- fs.op.is_block_file
- fs.op.is_char_file
- fs.op.is_directory
- fs.op.is_empty
- fs.op.is_fifo
- fs.op.is_other
- fs.op.is_regular_file
- fs.op.is_socket
- fs.op.is_symlink
- fs.op.last_write_time
- fs.op.permissions
- fs.op.proximate
- fs.op.read_symlink
- fs.op.relative
- fs.op.remove_all
- fs.op.remove
- fs.op.rename
- fs.op.resize_file
- fs.op.space
- fs.op.status_known
- fs.op.status
- fs.op.symlink_status
- fs.op.temp_dir_path
- fs.op.weakly_canonical
- iostream.format/input.streams
- istream.formatted
- istream.formatted.arithmetic
- istream_extractors
- istream.unformatted
- iostreams.base/ios.base/ios.types/ios_Init
- iterators/iterator.primitives/iterator.traits
- language.support
- support.dynamic/new.delete
- new.delete.array
- new.delete.single
- support.exception/uncaught
- support.limits/support.limits.general
- localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members
- thread
- futures/futures.async
- thread.barrier
- thread.condition/thread.condition.condvarany
- thread.jthread
- thread.latch
- thread.semaphore
- thread.stoptoken
- stopcallback
- stopsource
- stoptoken
- time/time.clock/time.clock.file
- utilities/format
- format.formattable
- format.range/format.range.fmtkind
- support
- utils
- libcxx/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
290 files changed
+216
-1009
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | | - | |
122 | | - | |
| 120 | + | |
123 | 121 | | |
124 | 122 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
133 | 127 | | |
134 | 128 | | |
135 | 129 | | |
| |||
619 | 613 | | |
620 | 614 | | |
621 | 615 | | |
622 | | - | |
| 616 | + | |
623 | 617 | | |
624 | 618 | | |
625 | 619 | | |
626 | 620 | | |
627 | 621 | | |
628 | | - | |
629 | | - | |
| 622 | + | |
630 | 623 | | |
631 | 624 | | |
632 | 625 | | |
633 | 626 | | |
634 | 627 | | |
635 | 628 | | |
636 | | - | |
| 629 | + | |
637 | 630 | | |
638 | 631 | | |
639 | 632 | | |
640 | 633 | | |
641 | 634 | | |
642 | 635 | | |
643 | | - | |
| 636 | + | |
644 | 637 | | |
645 | 638 | | |
646 | 639 | | |
| |||
649 | 642 | | |
650 | 643 | | |
651 | 644 | | |
652 | | - | |
| 645 | + | |
653 | 646 | | |
654 | 647 | | |
655 | 648 | | |
656 | | - | |
| 649 | + | |
657 | 650 | | |
658 | 651 | | |
659 | 652 | | |
660 | 653 | | |
661 | 654 | | |
662 | 655 | | |
663 | | - | |
| 656 | + | |
664 | 657 | | |
665 | 658 | | |
666 | 659 | | |
667 | | - | |
| 660 | + | |
668 | 661 | | |
669 | 662 | | |
670 | 663 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
| |||
143 | 137 | | |
144 | 138 | | |
145 | 139 | | |
146 | | - | |
147 | | - | |
| 140 | + | |
148 | 141 | | |
149 | 142 | | |
150 | 143 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 144 | + | |
155 | 145 | | |
156 | | - | |
| 146 | + | |
157 | 147 | | |
158 | 148 | | |
159 | 149 | | |
160 | 150 | | |
161 | | - | |
| 151 | + | |
162 | 152 | | |
163 | 153 | | |
164 | 154 | | |
165 | 155 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
183 | 160 | | |
184 | 161 | | |
185 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
73 | 69 | | |
74 | | - | |
| 70 | + | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
| |||
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
85 | | - | |
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
| |||
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
98 | | - | |
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
| |||
105 | 99 | | |
106 | 100 | | |
107 | 101 | | |
108 | | - | |
109 | 102 | | |
110 | 103 | | |
111 | 104 | | |
| |||
128 | 121 | | |
129 | 122 | | |
130 | 123 | | |
131 | | - | |
132 | | - | |
| 124 | + | |
133 | 125 | | |
134 | 126 | | |
135 | 127 | | |
| |||
142 | 134 | | |
143 | 135 | | |
144 | 136 | | |
145 | | - | |
| 137 | + | |
146 | 138 | | |
147 | 139 | | |
148 | 140 | | |
149 | 141 | | |
150 | 142 | | |
151 | | - | |
| 143 | + | |
152 | 144 | | |
153 | 145 | | |
154 | 146 | | |
| |||
180 | 172 | | |
181 | 173 | | |
182 | 174 | | |
183 | | - | |
184 | | - | |
| 175 | + | |
185 | 176 | | |
186 | 177 | | |
187 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 111 | | |
120 | 112 | | |
121 | 113 | | |
| |||
215 | 207 | | |
216 | 208 | | |
217 | 209 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 210 | | |
261 | 211 | | |
262 | 212 | | |
| |||
266 | 216 | | |
267 | 217 | | |
268 | 218 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 219 | | |
284 | 220 | | |
285 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
459 | 457 | | |
460 | 458 | | |
461 | 459 | | |
462 | | - | |
463 | | - | |
464 | 460 | | |
465 | 461 | | |
466 | 462 | | |
| |||
0 commit comments