15 files changed
+15
-15
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Submodule llbuild updated from 0bf2d10 to 26206ba
- packages/Python/lldbsuite/test/lang/swift/foundation_value_types/notification/main.swift+1-1
- packages/Python/lldbsuite/test/lang/swift/metatype/main.swift+1-1
- packages/Python/lldbsuite/test/lang/swift/optionset/main.swift+3-3
- packages/Python/lldbsuite/test/lang/swift/po/nested_nsdict/main.swift+2-2
- packages/Python/lldbsuite/test/lang/swift/po/sys_types/main.swift+2-2
- packages/Python/lldbsuite/test/lang/swift/private_var/main.swift+1-1
- packages/Python/lldbsuite/test/lang/swift/stepping/TestSwiftStepping.py+2-2
- packages/Python/lldbsuite/test/lang/swift/stepping/main.swift+2-2
- packages/Python/lldbsuite/test/lang/swift/tagged_pointer/main.swift+2-2
- packages/Python/lldbsuite/test/lang/swift/variables/dict_nsobj_anyobj/main.swift+4-1
- packages/Python/lldbsuite/test/lang/swift/variables/objc_optionals/main.swift+2-2
- packages/Python/lldbsuite/test/lang/swift/variables/uninitialized/TestSwiftUninitializedVariable.py+14
- packages/Python/lldbsuite/test/lang/swift/variables/uninitialized/main.swift+47
- packages/Python/lldbsuite/test/lldbpexpect.py+26-4
- packages/Python/lldbsuite/test/repl/dyntype/TestREPLDynamicType.py+1-1
- packages/Python/lldbsuite/test/repl/error_return/TestREPLThrowReturn.py+1
- source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp+11-1
- source/Symbol/SwiftASTContext.cpp+11-3
- source/Target/Process.cpp+11-2
- source/Target/Target.cpp+10-1
- include/llvm/ADT/StringSwitch.h+15
- lib/Target/SystemZ/SystemZISelLowering.cpp+71
- lib/Target/SystemZ/SystemZISelLowering.h+13
- lib/Target/SystemZ/SystemZInstrInfo.td+6-5
- lib/Target/SystemZ/SystemZOperators.td+24
- test/CodeGen/SystemZ/bswap-06.ll+99
- test/CodeGen/SystemZ/bswap-07.ll+100
- test/MC/Disassembler/SystemZ/insns.txt+60
- test/MC/SystemZ/insn-good.s+44
Submodule swift-corelibs-foundation updated from 3b9a917 to cf47315
Submodule swift-corelibs-xctest updated from 1f00ab2 to 96144de
Submodule swift-integration-tests updated from 8c11498 to c95c832
- Documentation/DependencyHells.md-71
- Documentation/DevelopingPackages.md-70
- Documentation/Internals/README.md+2-6
- Documentation/Package.swift.md-93
- Documentation/PackageManagerCommunityProposal.md+99-390
- Documentation/README.md+103
- Documentation/Reference.md+143
- Documentation/Resources.md+47
- Documentation/SourceLayouts.md-40
- Documentation/SystemModules.md-256
- Documentation/Usage.md+325
- Fixtures/DependencyResolution/External/CUsingCDep2/Foo/Sources/Foo/Foo.c
- Fixtures/DependencyResolution/External/CUsingCDep2/Foo/Sources/Foo/include/Foo/Foo.h
- Fixtures/DependencyResolution/External/CUsingCDep2/Foo/Sources/Foo/include/module.modulemap
- Fixtures/DependencyResolution/External/CUsingCDep2/Foo/Sources/swiftExe/main.swift
- Package.swift+34-1
- README.md+59-165
- Sources/Basic/JSON.swift+3-3
- Sources/Basic/LazyCache.swift+1-1
- Sources/Basic/OptionParser.swift+1-1
- Sources/Basic/OutputByteStream.swift+2-2
- Sources/Basic/PathShims.swift+2-18
- Sources/Basic/TemporaryFile.swift-4
- Sources/Basic/Thread.swift+2-2
- Sources/Build/Command.compile(ClangModule).swift+5-1
- Sources/Build/ToolProtocol.swift+1-7
- Sources/Commands/SwiftBuildTool.swift+2-2
- Sources/Commands/SwiftPackageTool.swift+2-2
- Sources/Commands/SwiftTestTool.swift+2-2
- Sources/Commands/init.swift+4-3
- Sources/Get/RawClone.swift+3-3
- Sources/POSIX/Error.swift+3-6
- Sources/POSIX/chdir.swift+1-1
- Sources/POSIX/opendir.swift-22
- Sources/PackageDescription/Version.swift+19
- Sources/PackageGraph/DependencyResolver.swift+540-37
- Sources/PackageLoading/ModuleMapGenerator.swift+67-45
- Sources/PackageLoading/PackageBuilder.swift+21-55
- Sources/PackageModel/Module.swift+3-3
- Sources/PackageModel/c99name().swift-222
- Sources/SourceControl/CheckoutManager.swift+31-7
- Sources/TestSupport/SwiftPMProduct.swift+87
- Sources/TestSupport/XCTAssertHelpers.swift+81
- Sources/TestSupport/misc.swift+8-128
- Sources/Utility/BuildFlags.swift+7-7
- Sources/Utility/StringMangling.swift+231
- Sources/Xcodeproj/Module+PBXProj.swift+2-1
- Sources/Xcodeproj/generate().swift+6-6
- Sources/Xcodeproj/pbxproj().swift+1-14
- Sources/swiftpm-xctest-helper/main.swift+2-6
- Tests/BasicTests/FileSystemTests.swift+2-12
- Tests/BasicTests/GraphAlgorithmsTests.swift+2
- Tests/BasicTests/OptionParserTests.swift+2-2
- Tests/BasicTests/PathShimTests.swift-1
- Tests/BasicTests/PathTests.swift+2-3
- Tests/BasicTests/StringConversionsTests.swift+2-2
- Tests/BasicTests/SynchronizedQueueTests.swift-1
- Tests/BasicTests/TemporaryFileTests.swift+3-6
- Tests/BasicTests/ThreadTests.swift-1
- Tests/BuildTests/DescribeTests.swift+10-1
- Tests/BuildTests/PackageVersionDataTests.swift+1
- Tests/BuildTests/Utilities.swift-1
- Tests/CommandsTests/BuildToolTests.swift+1
- Tests/CommandsTests/PackageToolTests.swift+1
- Tests/CommandsTests/TestToolTests.swift+1
- Tests/CommandsTests/Utilities.swift-1
- Tests/FunctionalTests/ClangModuleTests.swift+1
- Tests/FunctionalTests/DependencyResolutionTests.swift+1
- Tests/FunctionalTests/MiscellaneousTests.swift+1-1
- Tests/FunctionalTests/ModuleMapTests.swift+3-2
- Tests/FunctionalTests/SwiftPMXCTestHelperTests.swift+7-6
- Tests/FunctionalTests/ValidLayoutTests.swift+1
- Tests/GetTests/GetTests.swift+1
- Tests/GetTests/GitTests.swift+1
- Tests/GetTests/Utilities.swift-1
- Tests/POSIXTests/ReaddirTests.swift+7-1
- Tests/PackageDescriptionTests/VersionTests.swift+12
- Tests/PackageGraphTests/DependencyResolverTests.swift+443
- Tests/PackageGraphTests/PackageGraph/DependencyResolverTests.swift-113
- Tests/PackageLoadingTests/ConventionTests.swift+107-3
- Tests/PackageLoadingTests/ManifestTests.swift+1
- Tests/PackageLoadingTests/ModuleMapGenerationTests.swift+222
- Tests/PackageLoadingTests/Utilities.swift-1
- Tests/PackageLoadingTests/XCTestManifests.swift+1
- Tests/PackageModelTests/XCTestManifests.swift-1
- Tests/PackageModelTests/c99nameTests.swift-44
- Tests/SourceControlTests/CheckoutManagerTests.swift+38-1
- Tests/SourceControlTests/GitRepositoryTests.swift+2-12
- Tests/SourceControlTests/Utilities.swift-1
- Tests/UtilityTests/GitTests.swift+1
- Tests/UtilityTests/StringManglingTests.swift+51
- Tests/UtilityTests/Utilities.swift-1
- Tests/XcodeprojTests/FunctionalTests.swift+1
- Tests/XcodeprojTests/GenerateXcodeprojTests.swift+1
- Tests/XcodeprojTests/Utilities.swift-1
- Utilities/bootstrap+6-3
0 commit comments