Build URL: https://ci.swift.org/job/oss-swift-package-macos/5648/ Project: oss-swift-package-macos Date of build: Fri, 05 Mar 2021 09:28:14 -0600 Build duration: 5 hr 16 min
[libSyntax] Reference count SyntaxData
edit: lib/Syntax/SyntaxNodes.cpp.gyb
edit: lib/Syntax/UnknownSyntax.cpp
edit: include/swift/Syntax/Syntax.h
edit: include/swift/Syntax/SyntaxData.h
edit: include/swift/Syntax/SyntaxCollection.h
edit: include/swift/Syntax/UnknownSyntax.h
edit: lib/Parse/SyntaxParsingCache.cpp
edit: include/swift/Syntax/SyntaxNodes.h.gyb
edit: include/swift/Syntax/TokenSyntax.h
edit: lib/Syntax/Syntax.cpp
edit: lib/Syntax/SyntaxData.cpp
Commit af4b6bc068b26e5b954e4098394956a9d7270b8e by drexin:
[Concurrency] Add asynchronous Task.sleep function
Commit 28ce3d97f92bdf0b04658b8fad7e8be1b23a6221 by drexin:
Use async sleep in concurrency tests
Commit 14ab1a233ffb8d608456804df82d7d9b9a01a871 by drexin:
Cleanup after rebase
Commit 4bb52ccfbd615e75ac855585a8e9afa5e7ee195b by drexin:
Workaround for rdar://74957357
Commit 54e78cc015533144f18a3067b80cad120bb42f76 by drexin:
Fix after rebase
Commit 54c7c76019af12046f1c17eaf7afe2856c904547 by drexin:
Require libdispatch in async_task_sleep.swift
Commit dd9e831ba7231ca2e32a4824a0033c5e15eed9bb by alex:
[libSyntax] Explicitly pass source file length to c parse actions
Commit e0a440c0365f78630abec2a99b94a69892253adb by atrick:
Add a poison flag to SIL destroy_value.
Commit 2b9fa929145d73a554a23ff36f9a5d2a7dc23b25 by dgregor:
[AST Printing] Consider the storage decl as the "enclosing" decl of an acccessor
Commit c051af457a82d7d847779036b7fb00822c33652c by github:
[AutoDiff] NFC: Highlights original function name in diagnostic (#36259)
Commit b43b1e36f24ab7eb8c063466f60abe4cb19107f0 by medismail.bennani:
[lldb/Interpreter][NFC] Remove more deleted const char* overloads
Commit c68e690afb28a75788a72789d057937e7ed1a817 by medismail.bennani:
[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with "=default"
Commit 656e677b45a0c0abffdb9b27cb89c8998d631451 by medismail.bennani:
[lldb/Interpreter] Make OptionGroupPythonClassWithDict options non-required
Commit f0ec54e63d5a95cbb8ebdbea0f92064519084d12 by francisvm:
[Remarks] Emit remarks for "auto-init" !annotations
Commit 76497bd8b51aa3135bfcfb2f3cb730ed0b448c72 by francisvm:
[Remarks] Provide more information about auto-init stores
Commit 92b441072350380afef2f30ee954a147c16a48a2 by francisvm:
[Remarks] Provide more information about auto-init calls
Commit c9d7d4655c5e06c2eda932abdfee23e29b77a8d5 by francisvm:
[Remarks] Emit variable info in auto-init remarks
Commit e82cde6ade2f7d48a60d6d3993705aa1e2b969fb by arphaman:
[Index] Don't hash the DeclarationName of a NamedDecl if it's empty, as MSGuid declarations have an empty name
Commit cb72454e138ea62629cd31c49c62a0374ee3a5ae by ahoppen:
Pass length of source file to C parsing actions