Commit a621095
Toolset update: VS 2022 17.7 Preview 1 (#3711)
* PowerShell 7.3.4.
* New pool.
* VS 2022 17.7 Preview 1.
* Require Clang 16.
* Remove workaround for VSO-1753916 'C++23 tuple causes x86chk assertion: !"If lookup found RDSymbol before it should find something this time, too", ParseTree.cpp 10376'.
* Remove workarounds for VSO-1799670 "EDG rejects constexpr vector in debug mode with 'attempt to access expired storage' errors, part 3".
* Remove workarounds for LLVM-44833 "[concepts] deferred substitution into requirements of class template members not implemented".
* [llvm16] Clang has implemented P0960; unskip tests that now pass, and remove workaround in `P2474R2_views_repeat`.
* [llvm16] Clang now warns about overriding `/fp:strict` with `-ffp-contract`. Update `floating_point_model_matrix.lst` to silence these warnings.
* [llvm16] Fix redeclaration of `adjacent_transform_view` (atomic constraint expressions effectively cannot be reproduced since each utterance is distinct).
* [llvm16] Disambiguate `tuple` comparison operators.
* [llvm16] Workaround LLVM-62290, which has been fixed for Clang 17, in `<ranges>`.
* [llvm16] Remove workarounds for a couple of `TRANSITION, Clang 16` issues in `<ranges>` and `<type_traits>`.
* [llvm16] Perma-workaround unfiled clang bug in `P0896R4_views_take`.
* [llvm16 followup] Improve arrow comments.
* [llvm16 followup] We `_EXPORT_STD` both declarations and definitions.
* Disable UBSan to work around GH 3568 "Investigate why Clang/LLVM UBSan doesn't link".
* Guard `_addcarry_u64`/`_subborrow_u64` for Clang.
* `LDBL_DECIMAL_DIG` is now missing for Clang too.
* Although LLVM-46207 is still open, Clang now likes tgmath.h.
* Cite LLVM-62096 "Clang complains about concept depending on itself".
* Add workaround for LLVM-62762 "32-bit-only misoptimization of printf calls on Windows".
* clang-format 16, no manual changes.
The changes are almost entirely positive, with no horrible mangling,
and limited weirdness around `&`, `&&`, and `*`. No need for manual fixups.
* .clang-format: Update link to Clang 16.
* .clang-format: Sort defaults, no behavioral changes.
* .clang-format: Drop commented-out defaults, no behavioral changes.
`BreakBeforeInheritanceComma` and `BreakConstructorInitializersBeforeComma`
were never documented and aren't printed out by `-dump-config` anymore.
The weird empty `BasedOnStyle` isn't printed out by `-dump-config` anymore.
`ConstructorInitializerAllOnOneLineOrOnePerLine` and `AllowAllConstructorInitializersOnNextLine`
are now deprecated and aren't printed out by `-dump-config` anymore.
* .clang-format: `DeriveLineEnding` and `UseCRLF` were deprecated and fused into `LineEnding`, no behavioral changes.
* .clang-format: `AlignTrailingComments` is no longer a bool. Use the new options, no behavioral changes.
* .clang-format: `SortUsingDeclarations` (which we didn't customize) is no longer a bool, no behavioral changes.
* .clang-format: Add new defaults, no behavioral changes.
* .clang-format: `InsertNewlineAtEOF` is new, set it to `true`. Doesn't change any files right now.
* .clang-format: `RemoveSemicolon` is new, set it to `true`.
* clang-format 16, no manual changes - remove semicolons.
---------
Co-authored-by: Casey Carter <[email protected]>1 parent 71e404b commit a621095
File tree
69 files changed
+485
-604
lines changed- azure-devops
- stl
- inc
- experimental
- src
- tests
- libcxx
- std
- include
- tests
- Dev09_126254_persistent_aux_allocators
- Dev09_158457_tr1_mem_fn_calling_conventions
- Dev11_0437519_container_requirements
- GH_003246_cmath_narrowing
- P0019R8_atomic_ref
- P0024R2_parallel_algorithms_transform_exclusive_scan
- P0024R2_parallel_algorithms_transform_inclusive_scan
- P0067R5_charconv
- P0088R3_variant
- P0218R1_filesystem
- P0784R7_library_support_for_more_constexpr_containers
- P0881R7_stacktrace
- P0896R4_common_iterator
- P0896R4_ranges_subrange
- P0896R4_ranges_test_machinery
- P0896R4_views_take
- P0898R3_concepts
- P1004R2_constexpr_vector_bool
- P1004R2_constexpr_vector
- P1206R7_ranges_to_mappish
- P1206R7_ranges_to_settish
- P2165R4_tuple_like_operations
- P2278R4_basic_const_iterator
- P2278R4_ranges_const_iterator_machinery
- P2278R4_views_as_const
- P2321R2_views_zip_transform
- P2321R2_views_zip
- P2374R4_views_cartesian_product
- P2387R3_pipe_support_for_user_defined_range_adaptors
- P2474R2_views_repeat
- P2505R5_monadic_functions_for_std_expected
- VSO_0000000_allocator_propagation
- VSO_0191296_allocator_construct
- tr1/tests/type_traits5
- utils/stl/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+485
-604
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | | - | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
89 | | - | |
90 | | - | |
| 96 | + | |
91 | 97 | | |
92 | | - | |
93 | 98 | | |
94 | | - | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | | - | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
104 | | - | |
105 | | - | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
| |||
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
155 | | - | |
156 | 153 | | |
157 | 154 | | |
| 155 | + | |
| 156 | + | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
161 | 159 | | |
162 | 160 | | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
167 | 165 | | |
| 166 | + | |
| 167 | + | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
169 | 176 | | |
170 | 177 | | |
171 | 178 | | |
172 | 179 | | |
| 180 | + | |
| 181 | + | |
173 | 182 | | |
174 | 183 | | |
175 | 184 | | |
| |||
182 | 191 | | |
183 | 192 | | |
184 | 193 | | |
| 194 | + | |
185 | 195 | | |
186 | 196 | | |
187 | 197 | | |
| |||
190 | 200 | | |
191 | 201 | | |
192 | 202 | | |
193 | | - | |
194 | 203 | | |
| 204 | + | |
195 | 205 | | |
196 | 206 | | |
197 | 207 | | |
| 208 | + | |
198 | 209 | | |
199 | 210 | | |
200 | 211 | | |
| 212 | + | |
| 213 | + | |
201 | 214 | | |
| 215 | + | |
202 | 216 | | |
203 | 217 | | |
204 | 218 | | |
205 | 219 | | |
206 | | - | |
| 220 | + | |
207 | 221 | | |
208 | 222 | | |
209 | 223 | | |
210 | 224 | | |
| 225 | + | |
211 | 226 | | |
212 | 227 | | |
213 | 228 | | |
| |||
227 | 242 | | |
228 | 243 | | |
229 | 244 | | |
230 | | - | |
231 | 245 | | |
| 246 | + | |
232 | 247 | | |
233 | 248 | | |
234 | 249 | | |
| |||
241 | 256 | | |
242 | 257 | | |
243 | 258 | | |
244 | | - | |
245 | | - | |
246 | 259 | | |
247 | 260 | | |
248 | 261 | | |
| |||
261 | 274 | | |
262 | 275 | | |
263 | 276 | | |
264 | | - | |
265 | | - | |
266 | 277 | | |
267 | 278 | | |
268 | | - | |
269 | | - | |
270 | 279 | | |
271 | | - | |
272 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
273 | 284 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | | - | |
53 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | | - | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
132 | | - | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
511 | 514 | | |
512 | 515 | | |
513 | 516 | | |
514 | | - | |
| 517 | + | |
515 | 518 | | |
516 | 519 | | |
517 | 520 | | |
| |||
646 | 649 | | |
647 | 650 | | |
648 | 651 | | |
649 | | - | |
| 652 | + | |
650 | 653 | | |
651 | 654 | | |
652 | 655 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
0 commit comments