Commit 34d4f0c
authored
[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)
We've built up quite a few links directly to github within the code
base. We should instead use `llvm.org/PR<issue-number>` to link to bugs,
since that is resilient to the bug tracker changing in the future. This
is especially relevant for tests linking to bugs, since they will
probably be there for decades to come. A nice side effect is that these
links are significantly shorter than the GH links, making them much less
of an eyesore.
This patch also replaces a few links that linked to the old bugzilla
instance on llvm.org.1 parent e8fa13c commit 34d4f0c
File tree
207 files changed
+229
-238
lines changed- libcxx
- docs
- ReleaseNotes
- Status
- include
- __algorithm
- __atomic
- __configuration
- __iterator
- __math
- __memory
- __vector
- src
- experimental
- test
- extensions/posix
- libcxx-03
- containers/associative
- iterators
- numerics/complex.number
- vendor/apple
- libcxx
- algorithms
- alg.modifying.operations
- atomics
- atomics.syn
- atomics.types.generic/atomics.types.float
- containers
- associative
- container.adaptors
- flat.multiset
- flat.set
- strings/basic.string
- views/mdspan
- layout_left
- layout_right
- input.output/iostream.format/output.streams/ostream.syn
- iterators
- numerics/complex.number
- utilities
- expected
- expected.expected
- expected.void
- utility/mem.res
- mem.poly.allocator.class/mem.poly.allocator.mem
- mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem
- mem.res.pool
- vendor/apple
- std
- algorithms
- alg.modifying.operations/alg.copy
- alg.nonmodifying
- alg.count
- alg.equal
- alg.find
- atomics/atomics.types.generic/atomics.types.float
- containers
- sequences
- deque/deque.cons
- vector.bool
- vector
- vector.capacity
- vector.cons
- views
- mdspan/mdspan
- views.span/span.cons
- diagnostics/syserr
- syserr.errcode
- syserr.errcode.constructors
- syserr.errcode.modifiers
- syserr.errcondition
- syserr.errcondition.constructors
- syserr.errcondition.modifiers
- input.output
- file.streams/fstreams
- filebuf.assign
- filebuf.virtuals
- iostream.format/print.fun
- iostreams.base/ios.base/ios.types/ios_Init
- string.streams
- istringstream/istringstream.members
- ostringstream/ostringstream.members
- stringstream/stringstream.members
- numerics
- c.math
- complex.number
- complex.special
- complex
- numeric.ops/numeric.ops.lcm
- ranges
- range.adaptors/range.lazy.split
- range.factories/range.iota.view
- range.req/range.view
- strings/basic.string
- string.capacity
- string.nonmembers/string_op+
- thread
- futures/futures.task/futures.task.members
- thread.jthread
- thread.threads/thread.thread.class/thread.thread.id
- time
- time.duration/time.duration.nonmember
- time.syn
- utilities
- allocator.adaptor
- allocator.adaptor.cnstr
- expected
- expected.expected
- ctor
- observers
- format/format.functions
- memory
- allocator.uses/allocator.uses.construction
- pointer.conversion
- specialized.algorithms
- util.smartptr/util.smartptr.weak/util.smartptr.weak.const
- meta/meta.unary/meta.unary.prop
- optional/optional.object/optional.object.ctor
- template.bitset
- bitset.cons
- bitset.members
- tuple/tuple.tuple/tuple.creation
- utility
- mem.res
- mem.poly.allocator.class
- mem.poly.allocator.class.general
- mem.poly.allocator.ctor
- mem.poly.allocator.eq
- mem.poly.allocator.mem
- mem.res.aliases
- mem.res.global
- mem.res.monotonic.buffer
- mem.res.monotonic.buffer.ctor
- mem.res.monotonic.buffer.mem
- mem.res.pool
- mem.res.pool.ctor
- mem.res.pool.mem
- mem.res
- mem.res.eq
- mem.res.private
- mem.res.public
- pairs/pairs.pair
- variant
- variant.variant/variant.ctor
- variant.visit.member
- variant.visit
- 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.
207 files changed
+229
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | | - | |
| 364 | + | |
366 | 365 | | |
367 | 366 | | |
368 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
0 commit comments