Commit 618812c
File tree
310 files changed
+8092
-3401
lines changed- clang-tools-extra
- clang-tidy
- bugprone
- readability
- test/clang-tidy/checkers/bugprone
- clang
- bindings/python/clang
- cmake/caches
- docs
- include
- clang-c
- clang/Format
- lib
- AST
- Interp
- Analysis/FlowSensitive
- CodeGen
- Driver
- Format
- Sema
- StaticAnalyzer/Checkers
- test
- AST/Interp
- Analysis
- CodeGenObjC
- Sema
- unittests
- Analysis/FlowSensitive
- Format
- compiler-rt
- lib/sanitizer_common
- test/sanitizer_common/TestCases
- flang
- include/flang/Semantics
- lib
- Optimizer/CodeGen
- Semantics
- test/Semantics
- libclc
- cmake
- libcxx
- include
- __algorithm
- __iterator
- __type_traits
- test
- libcxx
- iterators/predef.iterators/__unconstrained_reverse_iterator
- reverse.iter.cmp
- reverse.iter.cons
- reverse.iter.conv
- reverse.iter.elem
- reverse.iter.nonmember
- transitive_includes
- std/input.output/filesystems
- class.directory_entry
- directory_entry.cons
- directory_entry.mods
- directory_entry.obs
- class.directory_iterator
- directory_iterator.members
- directory_iterator.nonmembers
- class.rec.dir.itr
- rec.dir.itr.members
- rec.dir.itr.nonmembers
- fs.op.funcs
- fs.op.canonical
- 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.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
- fs.op.symlink_status
- fs.op.weakly_canonical
- utils/libcxx/test
- libc
- config
- gpu
- linux
- aarch64
- riscv
- x86_64
- docs/dev
- spec
- src
- __support/CPP
- stdio
- generic
- sys/mman
- linux
- test/src
- __support/CPP
- stdio
- sys/mman/linux
- lld
- MachO
- test/MachO
- llvm
- docs
- include
- llvm-c
- llvm
- CodeGen
- GlobalISel
- IR
- Target
- lib
- CodeGen
- SelectionDAG
- IR
- MC
- Target
- AArch64
- GISel
- AMDGPU
- ARM
- AsmParser
- PowerPC
- RISCV
- SPIRV
- X86
- Transforms
- Scalar
- Vectorize
- test
- Bindings/llvm-c
- CodeGen
- AArch64
- GlobalISel
- AMDGPU
- Hexagon
- MIR/AMDGPU
- Mips
- msa
- PowerPC
- RISCV
- rvv
- SPIRV
- llvm-intrinsics
- transcoding
- SystemZ
- X86
- DebugInfo
- MIR/X86
- X86
- MC/ARM
- Transforms
- ConstantHoisting/AArch64
- InstCombine
- LICM
- SLPVectorizer/X86
- Verifier
- tools/llvm-mca/ARM
- tools/llvm-c-test
- unittests/CodeGen
- utils
- TableGen
- release
- mlir
- lib
- Dialect/XeGPU/IR
- ExecutionEngine
- test/Integration/GPU/CUDA/sm90
- tools/mlir-tblgen
- utils/bazel/llvm-project-overlay/mlir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
310 files changed
+8092
-3401
lines changedLines changed: 22 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
Lines changed: 35 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
16 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
17 | 31 | | |
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
22 | | - | |
| 36 | + | |
23 | 37 | | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
27 | 41 | | |
28 | 42 | | |
29 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
30 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
1094 | 1117 | | |
1095 | 1118 | | |
1096 | 1119 | | |
| |||
1312 | 1335 | | |
1313 | 1336 | | |
1314 | 1337 | | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
1315 | 1446 | | |
1316 | 1447 | | |
1317 | 1448 | | |
| |||
1349 | 1480 | | |
1350 | 1481 | | |
1351 | 1482 | | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
1352 | 1501 | | |
1353 | 1502 | | |
1354 | 1503 | | |
| |||
1395 | 1544 | | |
1396 | 1545 | | |
1397 | 1546 | | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
1398 | 1552 | | |
1399 | 1553 | | |
1400 | 1554 | | |
| |||
2240 | 2394 | | |
2241 | 2395 | | |
2242 | 2396 | | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
2243 | 2414 | | |
2244 | 2415 | | |
2245 | | - | |
| 2416 | + | |
2246 | 2417 | | |
2247 | 2418 | | |
2248 | 2419 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments