Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7412]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7412/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Thu, 16 May 2019 02:32:10 -0500
Build duration:
2 hr 3 min
Changes
-
Commit 14d2f7c0a7e7de28bc4df7484e32b9238ae92f8f by rishizaki:
[CodeCompletion] Enable context type analysis for implict member- edit: lib/IDE/ExprContextAnalysis.h
- edit: lib/IDE/CodeCompletion.cpp
- edit: lib/IDE/ExprContextAnalysis.cpp
-
Commit 744850749b9741f4eb2e3c129cb772ce17f83ee1 by pyaskevich:
Sema: Fix 'for ... in ...' over a sequence of DynamicSelfType- edit: test/decl/func/dynamic_self.swift
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/ConstraintSystem.cpp
-
Commit e39d236b29364fb315bd3832c9f39fcdcdaeb4b7 by pyaskevich:
Sema: Simplify for ... in ... type checking- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/ConstraintLocator.cpp
- edit: lib/Sema/ConstraintLocator.h
-
Commit 1cc6f774a11b1b9b244137d2a55d15b86e47fca8 by pyaskevich:
[ConstraintSystem] Improve contextual mismatch diagnostics for `for ...- edit: lib/Sema/ConstraintLocator.h
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/stmt/foreach.swift
- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSSimplify.cpp
- edit: lib/Sema/ConstraintLocator.cpp
-
Commit 4341a7bda67bade1c3f718ea5a6b06621c0dc843 by compnerd:
Driver: use-Xlinker
rather than-Wl
(NFC)- edit: lib/Driver/WindowsToolChains.cpp
-
Commit 99caadf794ba907ebc5e83849aba0f21142bc64d by xi_ge:
api-digester: avoid looking up node update table to collect renamed- edit: test/api-digester/Outputs/Cake-abi.txt
- edit: test/api-digester/Outputs/Cake.txt
- edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit 5b5d342995ff507abea38c43aff59d19dfe0f176 by rishizaki:
[CodeCompletion] Enable call signature completion for unresolved member- edit: include/swift/Parse/CodeCompletionCallbacks.h
- edit: lib/IDE/CodeCompletion.cpp
- edit: lib/IDE/TypeContextInfo.cpp
- edit: lib/Parse/ParseExpr.cpp
-
Commit 557505d5996872c2f28397caf2e5280c722fe157 by rishizaki:
[CodeCompletion] Look through ApplyExpr to get referenced decl- edit: lib/IDE/ExprContextAnalysis.cpp
-
Commit e9e5134c32016e5e03d0e8a4eea44cc31f176e01 by rishizaki:
[CodeCompletion] Add test cases for call arg completion- edit: test/IDE/complete_call_arg.swift
-
Commit 48809e95696dff880729fae60bbeae5e7acd4248 by ahatanaka:
[CodeGen][ObjC] Emit invoke instead of call to callobjc_release
when- edit: test/CodeGenObjC/convert-messages-to-runtime-calls.m
- edit: lib/CodeGen/CGObjC.cpp
-
Commit 882b4e72e635830f8391b61c07474730eab0fe83 by ahatanaka:
Cast the result of EmitCallOrInvoke to llvm::CallBase*- edit: lib/CodeGen/CGObjC.cpp
-
Commit c253c968c1ccd4b21767a1b1a957dfa92b0e55da by erik.pilkington:
[CodeGenObjC] invoke objc_autorelease, objc_retain when necessary- edit: test/CodeGenObjC/objc-alloc-init.m
- edit: lib/CodeGen/CGObjC.cpp
- edit: test/CodeGenObjC/convert-messages-to-runtime-calls.m