This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit b216e7b
File tree
4 files changed
+30
-14
lines changed- compiler/rustc_trait_selection/src/traits/query/type_op
- src
- tests/ui/wf
4 files changed
+30
-14
lines changed+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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
172 | 164 |
| |
173 | 165 |
| |
174 | 166 |
| |
|
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
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
0 commit comments