- Commit 7a214450835b53938f57e471564870a210aba152 by modocache:
[Driver] Show incremental is off with bad JSON
- edit: lib/Driver/Driver.cpp
- add: test/Driver/Dependencies/driver-show-incremental-malformed.swift
- Commit 28777a3c7ebf7340e830d2a491e398524ca66b20 by xedin:
[Diagnostics] Coerce closure arguments to contextual type only if it is
- edit: lib/Sema/TypeCheckPattern.cpp
- edit: test/Constraints/closures.swift
- add: validation-test/Sema/type_checker_crashers_fixed/rdar28221883.swift
- delete: validation-test/Sema/type_checker_crashers/rdar28221883.swift
- Commit a76c35a75217ca8675a352c65e587439ca280914 by a.beingessner:
reenable collection reflection tests, with impl details ignored
- edit: validation-test/Reflection/reflect_multiple_types.swift
- edit: validation-test/Reflection/reflect_Set.swift
- edit: validation-test/Reflection/reflect_String.swift
- edit: validation-test/Reflection/reflect_Array.swift
- edit: validation-test/Reflection/reflect_Dictionary.swift
- Commit 1b3ce475ca019a937967b5a40cd7a01e1ad4e371 by a.beingessner:
update memory layouts in reflection tests
- edit: validation-test/Reflection/reflect_Dictionary.swift
- edit: validation-test/Reflection/reflect_Set.swift
- edit: validation-test/Reflection/reflect_String.swift
- edit: validation-test/Reflection/reflect_multiple_types.swift
- edit: validation-test/Reflection/reflect_Array.swift
- Commit 847278e29570c690421f238bab83f03624253562 by modocache:
[Driver] Show incremental is off with bitcode, WMO
- edit: test/Driver/Dependencies/Inputs/update-dependencies.py
- add: test/Driver/Dependencies/driver-show-incremental-conflicting-arguments.swift
- edit: lib/Driver/Driver.cpp
- Commit 70e5b492555dcc99dbcb6e5755a7cee5a91ab657 by dabrahams:
[stdlib] pattern matching prototype: MatchStaticString
- edit: test/Prototypes/PatternMatching.swift
- Commit b659492bfe7c14daad0356f44bd79332e0cbc936 by dabrahams:
[stdlib] pattern matching prototype: rename Or/OrMatches
- edit: test/Prototypes/PatternMatching.swift
- Commit bd4511f345ea40b3216eb376eeb9bf8e59a2e111 by jacob:
[Sema] Don’t crash when typechecking invalid ExtensionDecls
- add: validation-test/compiler_crashers_fixed/28495-ed-getdeclcontext-ismodulescopecontext-non-top-level-extensions-make-private-fil.swift
- edit: lib/Sema/TypeCheckDecl.cpp
- delete: validation-test/compiler_crashers/28495-ed-getdeclcontext-ismodulescopecontext-non-top-level-extensions-make-private-fil.swift
- Commit dfea7ee441bf2c65e0aa26c7af5f28d4c7b74c69 by jacob:
[Sema] Skip UNCHECKED_EXPRs in ErrorHandlingWalker
- delete: validation-test/compiler_crashers/28496-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift
- add: validation-test/compiler_crashers_fixed/28496-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift
- edit: lib/Sema/TypeCheckError.cpp
- Commit 4dd4b86321e4d9711924807bbd32c9f2be217a1c by practicalswift:
[swiftc (138 vs. 5186)] Add crasher in swift::ModuleFile::getDecl
- Commit 1b51bc1d6b12bf4cc687f140c0faf5fe72e232dc by fs.output:
[Sema] Check existence of GenericSignature before getting
- delete: validation-test/compiler_crashers/28511-swift-astvisitor-anonymous-namespace-attributechecker-void-void-void-void-void-v.swift
- edit: lib/Sema/TypeCheckAttr.cpp
- add: validation-test/compiler_crashers_fixed/28511-swift-astvisitor-anonymous-namespace-attributechecker-void-void-void-void-void-v.swift
- add: validation-test/SIL/crashers_fixed/030-swift-typechecker-checkdeclattributes.sil
- edit: test/attr/attr_specialize.swift
- delete: validation-test/SIL/crashers/030-swift-typechecker-checkdeclattributes.sil
- Commit f7021e09abe11a843acf545c2ecc38515633e0a5 by practicalswift:
[swiftc (139 vs. 5186)] Add crasher in swift::TypeChecker::foldSequence
- add: validation-test/compiler_crashers/28514-assign-isfolded-already-folded-assign-expr-in-sequence.swift
- Commit 88a4fbbbd723a907a68601cd06b2d50aff273e80 by jordan_rose:
[test] Update existing tests for array parameters with nullability.
- edit: validation-test/stdlib/Set.swift
- edit: validation-test/stdlib/Dictionary.swift
- edit: validation-test/stdlib/ArrayNew.swift.gyb
- Commit e68e312bf0a35f63d4eb5cde9e43fd27c532c6ba by jordan_rose:
[test] Add new tests for imported array parameters with nullability.
- edit: test/Inputs/clang-importer-sdk/usr/include/ctypes.h
- edit: test/ClangImporter/ctypes_parse.swift
- Commit bd164926e1e82517356a170ead53d679d3427c85 by github:
Revert "[swiftc (109 vs. 5184)] Add crasher in
- delete: validation-test/compiler_crashers/28483-unreachable-executed-at-swift-lib-ast-type-cpp-1117.swift
- Commit e045429471d985a81866f036cdeb4db6a8cbdcef by dgregor:
[Type Checker] Improve interface to TypeChecker::conformsToProtocol().
- edit: lib/SIL/Bridging.cpp
- edit: lib/Sema/TypeCheckGeneric.cpp
- edit: lib/Sema/TypeCheckProtocol.cpp
- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSRanking.cpp
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: lib/Sema/TypeCheckAttr.cpp
- edit: lib/AST/ASTContext.cpp
- edit: include/swift/AST/ProtocolConformance.h
- edit: lib/Sema/TypeChecker.h
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: test/Constraints/array_literal.swift
- edit: include/swift/AST/KnownIdentifiers.def
- edit: lib/Sema/CSDiag.cpp
- edit: lib/Sema/TypeCheckNameLookup.cpp
- edit: lib/Sema/ConstraintSystem.cpp
- edit: lib/Sema/TypeCheckType.cpp
- edit: lib/AST/ProtocolConformance.cpp
- edit: lib/PrintAsObjC/PrintAsObjC.cpp
- Commit 7c1adfe31d92d3f4ffdef81c69b70eb4daee33cf by spestov:
Runtime: Use metadata accessor functions in Reflection.mm and make sure
- edit: stdlib/public/runtime/Reflection.mm
- edit: stdlib/public/core/ReflectionLegacy.swift
- Commit 3ff07ab031a94edf25c827d1dbb5ac87c2d0bc4e by mark.lacey:
Remove extra calls to getRepresentative().
- edit: lib/Sema/CSSolver.cpp
- Commit 8b2bfcb4421e29b4823b5dcf2899b2836a25dcf2 by mark.lacey:
Refactor a couple functions out of solveSimplified().
- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSSolver.cpp
- Commit d694db22e6665940fd0f307652c242a7180c7fda by practicalswift:
[swiftc (136 vs. 5189)] Add crasher in
- add: validation-test/compiler_crashers/28515-getmutableaddressor.swift
- Commit d974fa0bf0026cdb5037a66929747db94961c746 by bob.wilson:
Use _Unwind_Backtrace on Apple platforms.
- edit: lib/Support/Unix/Signals.inc
- Commit 3e54b0c08cf9717360641145ac66ea345ba5a318 by t.p.northover:
Recommit: ARM: sort register lists by encoding in push/pop instructions.
- edit: lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
- edit: lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
- edit: lib/Target/ARM/ARMFrameLowering.cpp
- edit: lib/Target/ARM/Thumb1FrameLowering.cpp
- Commit 8db1ec36ec8a670976fe2be220e45eeb64bfb906 by t.p.northover:
ARM: try to fix GCC 4.8 compilation again after r286881.
- edit: lib/Target/ARM/ARMFrameLowering.cpp
- Commit 1ac0c6950f3824b0e38626cc0017fc416d0f4197 by aprantl:
Linker: Remove unnecessary call to copyMetadata in
- add: test/Linker/Inputs/metadata-attach.ll
- add: test/Linker/debug-info-global-var.ll
- edit: test/Linker/metadata-attach.ll
- edit: lib/Linker/IRMover.cpp
- Commit 1de715181aff6ef00a73bee72c5c004ac0d2061a by jordan_rose:
Don't require nullability on template parameters in typedefs.
- edit: lib/Sema/SemaType.cpp
- edit: test/SemaObjCXX/Inputs/nullability-consistency-1.h
- Commit c899a30db43255f89635398298f59f74748cfd50 by jordan_rose:
Accept nullability qualifiers on array parameters.
- edit: include/clang/Sema/Sema.h
- edit: lib/Lex/PPMacroExpansion.cpp
- edit: test/Parser/nullability.c
- edit: test/SemaObjC/nullability.m
- edit: test/Sema/nullability.c
- edit: include/clang/AST/Type.h
- edit: lib/CodeGen/CGDebugInfo.cpp
- edit: lib/AST/ASTContext.cpp
- edit: lib/Parse/ParseDecl.cpp
- edit: lib/Sema/SemaType.cpp
- edit: test/SemaCXX/nullability.cpp
- Commit 91f83966f2636d56a8f944cd89562b89207faf4b by jordan_rose:
Add -Wnullability-completeness-on-arrays.
- edit: lib/Sema/SemaType.cpp
- edit: include/clang/Basic/DiagnosticGroups.td
- edit: include/clang/Basic/DiagnosticSemaKinds.td
- add: test/SemaObjCXX/Inputs/nullability-consistency-arrays.h
- add: test/SemaObjCXX/nullability-consistency-arrays.mm
- Commit b12d49a83e917ac59b49583c9c269de6e606138d by jordan_rose:
Warn when 'assume_nonnull' infers nullability within an array.
- edit: lib/Sema/SemaType.cpp
- edit: test/SemaObjCXX/nullability-consistency-arrays.mm
- edit: include/clang/Basic/DiagnosticGroups.td
- edit: include/clang/Basic/DiagnosticSemaKinds.td
- add: test/FixIt/nullability.mm
- Commit 18658be02e4f766e42e5176b6d7e63a575e2f52d by jordan_rose:
Don't require nullability on 'va_list'.
- edit: test/SemaObjCXX/Inputs/nullability-consistency-arrays.h
- edit: lib/Sema/SemaType.cpp
- Commit b6ec3d635864d42e559a42e45cbfc0049870c0c2 by jordan_rose:
[APINotes] Add support for nullability on arrays.
- edit: lib/Sema/SemaAPINotes.cpp
- edit: test/APINotes/availability.m
- edit: test/APINotes/nullability.c
- edit: test/APINotes/Inputs/Headers/HeaderLib.h
- edit: test/APINotes/Inputs/Headers/HeaderLib.apinotes
- Commit af8d87d3426f2982294d37157ef3c7037afdac4d by jordan_rose:
Don't require nullability on 'va_list' harder.
- edit: lib/Sema/SemaType.cpp
- Commit 63064d1eaeddfbd595734d2eac0ec9f45d3ed14f by jordan_rose:
Don't require nullability on 'va_list', even when it's a pointer.
- edit: lib/Sema/SemaType.cpp