File tree
4 files changed
+23
-23
lines changed- src
- bootstrap/src
- core/config
- tests
4 files changed
+23
-23
lines changedDiff for: .gitmodules
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Diff for: src/bootstrap/src/core/config/config.rs
+18-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1795 | 1795 |
| |
1796 | 1796 |
| |
1797 | 1797 |
| |
1798 |
| - | |
1799 |
| - | |
| 1798 | + | |
1800 | 1799 |
| |
1801 | 1800 |
| |
1802 | 1801 |
| |
| |||
2341 | 2340 |
| |
2342 | 2341 |
| |
2343 | 2342 |
| |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
2344 | 2358 |
| |
2345 |
| - | |
| 2359 | + | |
2346 | 2360 |
| |
2347 | 2361 |
| |
2348 | 2362 |
| |
2349 | 2363 |
| |
2350 | 2364 |
| |
2351 | 2365 |
| |
2352 |
| - | |
2353 |
| - | |
2354 |
| - | |
2355 |
| - | |
2356 |
| - | |
2357 |
| - | |
2358 |
| - | |
2359 |
| - | |
2360 |
| - | |
2361 |
| - | |
2362 |
| - | |
2363 |
| - | |
2364 |
| - | |
2365 |
| - | |
2366 |
| - | |
| 2366 | + | |
2367 | 2367 |
| |
2368 | 2368 |
| |
2369 | 2369 |
| |
|
Diff for: src/bootstrap/src/tests/config.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Diff for: src/llvm-project
Submodule llvm-project updated 47 files
- .github/workflows/release-binaries.yml+46-2
- clang-tools-extra/clangd/XRefs.cpp+2-1
- clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp+14-1
- clang/docs/ReleaseNotes.rst+4
- clang/include/clang/Driver/Options.td-3
- clang/include/clang/Frontend/DependencyOutputOptions.h+4-7
- clang/include/clang/Frontend/Utils.h+1-10
- clang/lib/Basic/Targets/OSTargets.h+15-1
- clang/lib/Driver/ToolChains/Clang.cpp-3
- clang/lib/Driver/ToolChains/WebAssembly.cpp+25-13
- clang/lib/Format/TokenAnnotator.cpp+2-2
- clang/lib/Format/WhitespaceManager.cpp+3-1
- clang/lib/Format/WhitespaceManager.h+1-1
- clang/lib/Frontend/DependencyFile.cpp+7-25
- clang/lib/Lex/ModuleMap.cpp+4-4
- clang/lib/Sema/SemaOverload.cpp+7-12
- clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py+1-1
- clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p2468R2.cppm+24
- clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp+102
- clang/test/CodeGenCXX/float128-declarations.cpp+10-2
- clang/test/Driver/canonical-system-headers.c-6
- clang/test/Driver/wasm-toolchain.c+6-6
- clang/test/Preprocessor/Inputs/canonical-system-headers/a.h
- clang/test/Preprocessor/canonical-system-headers.c-16
- clang/unittests/Format/FormatTest.cpp+32
- clang/unittests/Format/FormatTestComments.cpp+11
- compiler-rt/test/lit.common.cfg.py+3-3
- libcxx/include/__config+1-1
- libcxx/include/__memory/shared_ptr.h+3-2
- libcxx/test/libcxx/memory/shared_ptr_array.pass.cpp+27
- libcxx/utils/libcxx/test/format.py+1-1
- libcxx/utils/libcxx/test/params.py+2-2
- llvm/CMakeLists.txt+1-1
- llvm/include/llvm/CodeGen/TargetInstrInfo.h+23
- llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp+1-1
- llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp+2-2
- llvm/lib/ExecutionEngine/JITLink/aarch32.cpp+1-1
- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp+18-5
- llvm/lib/Target/AArch64/AArch64InstrInfo.h+2
- llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp+5-5
- llvm/test/CodeGen/AArch64/machine-cp-sub-reg.mir+33
- llvm/test/CodeGen/RISCV/aext.ll+21
- llvm/test/lit.cfg.py+1-1
- llvm/tools/llvm-shlib/CMakeLists.txt+5-3
- llvm/utils/gn/secondary/llvm/version.gni+1-1
- llvm/utils/lit/lit/TestRunner.py+2-2
- llvm/utils/lit/lit/__init__.py+1-1
0 commit comments