[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (master) #1986

Report

[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1986]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1986/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Fri, 14 Jun 2019 11:36:07 -0500
Build duration:
4 hr 16 min

Changes

  • Commit 569f6cdc109e846460c6a143c7bed7a3b8feb843 by aprantl:
    Adapt LLDB to support location-less Swift debug info for zero-sized

    • edit: source/Core/ValueObjectVariable.cpp
    • edit: source/Expression/Materializer.cpp
    • edit: include/lldb/Symbol/Type.h
    • edit: source/Symbol/Type.cpp
    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit 663760e3b7e6a3fe29eba5750adfc1a1a342c269 by dungar:
    ASTOOScope ontology

    • edit: include/swift/AST/Expr.h
    • edit: include/swift/Option/FrontendOptions.td
    • edit: include/swift/Parse/Parser.h
    • edit: lib/Sema/TypeChecker.cpp
    • edit: test/Sema/diag_use_before_declaration.swift
    • add: test/NameBinding/name-binding-astscopelookup.swift
    • add: lib/AST/ASTScopeSourceRange.cpp
    • edit: test/NameBinding/name-binding.swift
    • edit: test/NameBinding/scope_map.swift
    • edit: test/Parse/type_expr.swift
    • edit: test/lit.cfg
    • add: test/expr/capture/order-astscopelookup.swift
    • add: lib/AST/ASTScopePrinting.cpp
    • edit: lib/Driver/ToolChains.cpp
    • edit: unittests/AST/TestContext.h
    • edit: test/ParseableInterface/ModuleCache/prebuilt-module-cache-forwarding.swift
    • edit: include/swift/Basic/LangOptions.h
    • edit: test/NameBinding/scope_map_lookup.swift
    • add: lib/AST/ASTScopeLookup.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: include/swift/Option/Options.td
    • edit: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/AST/ASTScope.cpp
    • add: test/Sema/diag_defer_captures_astscopelookup.swift
    • add: include/swift/AST/ASTScopeNodes.def
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: include/swift/Basic/STLExtras.h
    • edit: test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-compiled-module.swift
    • edit: lib/AST/CMakeLists.txt
    • edit: include/swift/AST/ASTScope.h
    • edit: test/NameBinding/scope_map_top_level.swift
    • edit: test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-cached-module.swift
    • edit: include/swift/AST/Module.h
    • add: lib/AST/ASTScopeCreation.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: include/swift/AST/NameLookup.h
    • edit: test/expr/capture/order.swift
    • edit: lib/AST/NameLookup.cpp
    • edit: test/ParseableInterface/ModuleCache/module-cache-diagnostics.swift
    • edit: test/Sema/diag_defer_captures.swift
  • Commit c7a6f8008f305107655d60f1b2893857819663f4 by dungar:
    Clean up

    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/Sema/TypeChecker.cpp
  • Commit 173bc0970cb3b4c15018df018851cad214f8173f by dungar:
    Only need NameLookup for the ASTScope interface class.

    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit 3f820c374e0212f40163cd27b9d84bc20687e4d9 by dungar:
    Some review tweaks.

    • delete: include/swift/AST/ASTScopeNodes.def
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 741a0bfcd79f4105e291c9ff39d7ca15acf75c4f by dungar:
    Typo fix.

    • edit: include/swift/AST/ASTScope.h
  • Commit 6942344ad41f2cbaa9383a19bd33c2da15ac943a by dungar:
    Review cleanups.

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/NameLookup.h
  • Commit 36234c3cc843a86fa2d30a75ea90d4cdaca7fe6e by dungar:
    function_ref

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 2b9480dd3520e22be21d33d239edc766cece5354 by dungar:
    Format

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 8814390225d535c8b22cf5835db4a4225b9704ca by dungar:
    ifndef NDEBUG nify

    • edit: include/swift/AST/ASTScope.h
    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 10affe2b3b77704b4e4b265d57900f58885d1254 by dungar:
    Cosmetic fixes.

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 80ccbcf291961072b9776906d5b2716ee2f590f5 by dungar:
    Simpler trailing angle bracket.

    • edit: lib/Parse/ParseExpr.cpp
    • edit: include/swift/AST/Expr.h
  • Commit 5aa58091258911a650976e4b412fd7e804f09697 by dungar:
    Minor cleanups

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 2e7756c5c94db2c7f535ebad0783aa6a4234bf79 by dungar:
    WP Redoing

    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 40b0080c4c8eb618aa2e31fe6d6050cbc09fb912 by dungar:
    WIP createSubtree

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 9035ab85f5a21d8c24fe817ef27f9933c02ac573 by dungar:
    WIP unfmt

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 11a9ee72b21ecad0f28567f026bbf1f9e357e01b by dungar:
    finished creation

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 2ad2bacec3fd82411bd92f0b0de314ddc967f1f5 by dungar:
    Format

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit da8ab75de87328d35dee6196a1b4468515010571 by dungar:
    compiling more

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit e6012a48092dae7d8a72b0ac364e4852fcbf76fd by dungar:
    fixes

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScope.cpp
  • Commit 005e259247b2d5d3720cdb5c05c8e7451241e85b by dungar:
    compiles, unfmt

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 23bddf12b49cc7f0d2bdd40ed6d2ee90030618da by dungar:
    Format

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScope.cpp
  • Commit e3d7fc38bc7d9cf0416dcf6e418358559f693b03 by dungar:
    Fix

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 044f6f89561dd61ccfaa34fdeab716f6d8a254d1 by dungar:
    Fix

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 013a45a9a5b184e37f7f862d3eca23dc176fe304 by dungar:
    Get fileScope sooner for debugging convenience

    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit d652360fd9f2b7d042fe5e669470f44e0cd323ec by dungar:
    Better pattern printing

    • edit: lib/AST/ASTScopePrinting.cpp
  • Commit 99a36f1efa58417560101c35eee737c60a0b46fe by dungar:
    Don’t propagate lastAdopter

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 32744e6f4654ed6d9aeeb130ee52c5659ad61cb4 by dungar:
    fix

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit ce50e12cbef43b024a8e6fd6835a7c606856bff1 by dungar:
    Fix name

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 5043d5688974338f1005b8ddad9e2d26539aeb14 by dungar:
    Don’t ignore implicit statements.

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 501b38d3a20e6e4ddc25e9a98ddf6bc83569767d by dungar:
    Fix

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit d914ec2640d5092b1c94f11eda003b32ff960654 by dungar:
    Reverse closure scope args in prep for dup detection

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit e86080f0fb349783a784f60cc3c3f3425939ca10 by dungar:
    Renamingings

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 935587e541806e435d907016c3f679ade806140c by dungar:
    Reject dups when deferring.

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit ab8b49a721abc6e4084e9bf195ae8a5bb6d64b0c by dungar:
    First stab dup detection at the source, unfmt

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 8e729aa75ee30333fd8b546b465787beea6e589b by dungar:
    Fix

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit e48ea31ce7f312fcdc008f19443d80c88d3d2577 by dungar:
    NDEBUG typo fix

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit 5b2bf1268f7538a85f87c50bf92118ec14baab7d by dungar:
    Fix debug code.

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit 91c6de92db43b573bef5db56acfc6a356bea944e by dungar:
    Pattern changes

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 665a282995120e4edd5ada710a59c4480d2c0dc6 by dungar:
    Temp debug change

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit 29f0204cdb93ece26c3dbc18d3824659dff67f18 by dungar:
    WIP

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit ad77af1b8776ab607c2306408d23bc386fd9c9c3 by dungar:
    Catch top-level dependency for use under pattern.

    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • add: test/test.swift
    • edit: include/swift/AST/NameLookup.h
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit 5c3bea52b176bfb4eca8524cc417eb463689c5f9 by dungar:
    Fixes

    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit e90a809a2276c0bbeac541241e34b5d6fbd12fb7 by dungar:
    Rm bogus

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 3f3f51c7b940d7695c48b105f5d56b0897a38512 by dungar:
    new pattern code

    • delete: test/test.swift
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 8ff4309580f3f21075c8faa4d934eafefc98e0a5 by dungar:
    WIP, unfmt

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit bae074e2efe2d051762d366f64c038112e65525e by dungar:
    More gross hackery for top-level

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit 94bd4a801a802f463d6cdec3e6062f2d64cfaa0e by dungar:
    fmt

    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 606ce7b8cbf133b04764ab1295e28fa256a1e4f3 by dungar:
    pattern fixes

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit e42ee8116dbefdc9d0fdbc82cd7863c7b3fdb3b6 by dungar:
    Fix assertion

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 15cc98cc14d55018e01685609883b6c9d808a494 by dungar:
    WIP HERE

    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 50e599b0369b4b650f6f2dec99594c06739ed9ea by dungar:
    Renaming

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 1c0da7511c40bd84296c7ce600dbb4a54adee3b4 by dungar:
    Renaming

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit dd5d4ab492ce3ace0ca0e144d7b0395a3c15013a by dungar:
    Rm unused

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScope.cpp
  • Commit 73279c99fbf53c52030fffd95b54ca96c8db4689 by dungar:
    Upto findLookupParentForUse

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 7bc8129321a72a311895c141bae4430937e11956 by dungar:
    First cut new Guard scheme

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit ee6c49c59efe92bc785f5891648a9c112277b182 by dungar:
    Create guard use always

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 85a5514c56b7feb110d85eb910bbd954cd60b731 by dungar:
    Create pattern use always

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit f36648463a11f73d97b08e61a38c4f91756b9871 by dungar:
    rm finishExpansion

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 480807f90298b80050eec360a5ec82133f6a1d66 by dungar:
    Hoisted expand after

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 05d38e0c5335af11d6daf3a5437b95569235cfdf by dungar:
    Source range optimization

    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScope.cpp
  • Commit fc4cc211f786e51875e7b225f0c6ce62a2590513 by dungar:
    Fixed test

    • edit: test/NameBinding/scope_map_top_level.swift
  • Commit 614f1cd0ffa293f04d696f64259c723b86f4f333 by dungar:
    Fixed test

    • edit: test/NameBinding/scope_map.swift
  • Commit 15d8a3858991be00471de52279fb1ec6ad6b043b by dungar:
    Robustness

    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 670eb61f8ec34315ec8a84cfca8e2995e30f56d8 by dungar:
    Spell out GTX

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 1e9bc8465b5d02d6976ef44f9530c7838d04cdef by dungar:
    Minor cleaning

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 13d3c009be6488c524211f2e1f496a7155c772c0 by dungar:
    Fixes to build release version.

    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: include/swift/AST/ExperimentalDependencies.h
    • edit: lib/AST/ExperimentalDependencies.cpp
  • Commit f9974468a7db4763f97573780d69834c415ab254 by dungar:
    fixes

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 3b8359c33c9995b6a7693d8688032ef31b7a0212 by dungar:
    statement cond bug fix

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 3abfa1f38474b6ffe98db8dd797ab814d0fc973d by dungar:
    WIP

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopePrinting.cpp
  • Commit 253f16b76d9ff67d50d06959fb8e2ac5efa1c5f0 by dungar:
    WIP

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit bbd1f7618c8d8b57775fbecae7675d9e96d08eda by dungar:
    WIP

    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 9dd2cae9cab5534935332ad4b267ccafde107891 by dungar:
    Share lastAdopter

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 2e9f6c0f152e8f801d92a15601d9ef10533d55ee by dungar:
    Formats and fixes

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit c0af241576e22e49caec011a093a3e5a27266d89 by dungar:
    Fix yield expansion

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit a724ff1446dd41e52ecc97fcee5528d8af390d36 by dungar:
    undo lastAdopter transfer and rename, fix use expansion, rm depth

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit d3cf74bb37e15cc9981e4f2d2051aace09e449b0 by dungar:
    compiles

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 2869b4eaf3bc8ec8c016a4b476a7f12fb4367ef9 by dungar:
    Add final’s

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit cbed41423be5ebf3a2f9d678d649e46c7d5de076 by dungar:
    Minor renaming

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 1d5b9ea28fe97e89b3e55d96b0551500d0a552cb by dungar:
    did expandMe

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit c4322de1963b50f1648e24e1b89193c31e7adfbf by dungar:
    CreateSubtree returns one only

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 22d37eccd818b51fbbefda5b6f13d2bc8f44f757 by dungar:
    WIP

    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit d96896cf4e3e317671e4ad4d4deed05b58461adc by dungar:
    compiles, fmt after big deferred redo

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 8d526b399ef7785e52038ebdeda3ac94de20b707 by dungar:
    Change insertion point for no-expand nodes

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 2e46fe16f7f4ab1edaa205d004d3bff2a2c1a300 by dungar:
    Move insertion point

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 2baa473385b162f8d84f8980249c0067b33f2733 by dungar:
    only redo cache at top level

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 7d1f024e07d36efcb040aaa4fc0e6c1a4e5aaaf2 by dungar:
    WIP unfmt

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
  • Commit 17bb03112e00ce60cd3da81ccca47c886dbf7304 by dungar:
    new cond use scheme

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScope.cpp
  • Commit 6a8d91f67392baf7dd49a9080e820a569630e1bc by dungar:
    fmt

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit f2035092504a0e1ad23473c3ba0b4005e34b4ead by dungar:
    fixes, unfmted, rm startLocAccordingToCondition

    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 2b7b7cfec1963f09e818c40771d24d9a9001ff39 by dungar:
    Fix unfmt still rm startLocAccordingToCondition

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit edc6a5ce6d41155313c2e0ed14f1af4558eef611 by dungar:
    unfmt

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 455b3443972223e556a1da164d6089776b670ef5 by dungar:
    fmt

    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit e7cd5344f5b03a99e669fda6c9755dee3a16968e by dungar:
    Fixed test

    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: test/NameBinding/scope_map_top_level.swift
  • Commit 2b63173f63f65bcb94825ecf454567f5fa96140b by dungar:
    Fixed scope test

    • edit: test/NameBinding/scope_map.swift
  • Commit 6cdb14719af0d60c232d6d0803441a4d92f10222 by dungar:
    Printing tweaks

    • edit: test/NameBinding/scope_map_top_level.swift
    • edit: lib/AST/ASTScopePrinting.cpp
  • Commit 6b6c983594b2f035fedec79f5e78809764f3af7c by dungar:
    Fix scope test

    • edit: test/NameBinding/scope_map.swift
  • Commit 2d0a8f2c6af48be92d58e83fe2268f07a15647ec by dungar:
    Passes either way

    • edit: test/NameBinding/scope_map.swift
  • Commit 6cfcabd8e543c7ea30f6b13f1dee6519346d5d46 by dungar:
    add -disable-parser-lookup

    • edit: test/lit.cfg
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Driver/ToolChains.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/Option/Options.td
  • Commit 69f6b41a13c087950f36c2edb886dadba5e48ca9 by dungar:
    Use unique_ptr for Scope, getScope returns a reference

    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/Module.cpp
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/Module.h
  • Commit 884648d87b0a21f7e13d6c175f3d1d54e0720b7b by dungar:
    invariant

    • edit: include/swift/AST/ASTScope.h
  • Commit 916b2177220a8097dd8d9c9fd07dfa338a6d82ae by dungar:
    Outline expandInContext

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 21905c13cef71537661576623e02a10ee786a44e by dungar:
    Rename ASTNode_or_DeclPtr

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 9b40b3974b4b0042b5a7aeb6848b7109ad9c91d8 by dungar:
    Rephrase comment

    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 55323bbab8598738ffa6bd3312ea0fa03f248243 by dungar:
    Typos, etc.

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 4122438f86dea649e31422c23926d70cee3333e6 by dungar:
    Outline lookInGenericsAndSelfType

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit b418588d88a9cd516f94b524052fee5d2454965f by dungar:
    Fix

    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 16ca723b00ee693d1fcf616e3681befe7b2db9b6 by dungar:
    Explain source ranges

    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 2f2bbfb14cd996f35b86d9676302220752f1f76f by dungar:
    Better method scope lookup

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 72b20967f30d1137dabe482618bb476984607ef2 by dungar:
    Outer generics

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 3e958442fab6b007abfa7ade9b350dc342c39111 by dungar:
    Clean up

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 8988fa9e7fc66ef71f1b4629dee16e62da824781 by dungar:
    Added fixmes

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 6f6a7726422cafcae75e4cdc0f64410dee295d84 by dungar:
    implicit checks

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 1980c4af3cd101a8205969af5a998698da601f59 by aschwaighofer:
    Disallow dynamic on native Swift declarations under library-evolution

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: include/swift/Basic/LangOptions.h
    • add: test/attr/dynamicReplacement_library_evolution_implicit_dynamic.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: test/attr/dynamicReplacement_library_evolution.swift
  • Commit 40cd518fd9ec61237426a07af91d47c18f8848d5 by dungar:
    Rm doISplitAScope for visitBraceStmt

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit a0463a83f1c4698c493de35a4acc01625306cf87 by aprantl:
    Remove a workaround in the debug info handling of zero-sized types.

    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: test/DebugInfo/nostorage.swift
  • Commit 44c62485e616920033a4a43f34079284597d9e7b by dungar:
    Rm redundant computeSelfDCForParemt

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit cfee5f398abd4c3708d684eb55793eccc7ff46fc by aschwaighofer:
    Address review

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/attr/dynamicReplacement_library_evolution.swift
    • edit: include/swift/Basic/LangOptions.h
  • Commit 2dc61c502ce2ff4ccab4c4477731a38649521c12 by aschwaighofer:
    Fix typo in diagnostic

    • edit: test/attr/dynamicReplacement_library_evolution.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit af986a290288907328481f0f2eb21d0a5989b3a4 by aschwaighofer:
    Test requires objc_interop

    • edit: test/attr/dynamicReplacement_library_evolution.swift
    • edit: test/attr/dynamicReplacement_library_evolution_implicit_dynamic.swift
  • Commit 50358b21f9a5c30ff7ea5dce5c5e29ccd06fd094 by dungar:
    cosmetic

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit af0c3f8543365e161a0a7d0cc7e8eebaa62c90d1 by aschwaighofer:
    Use -enable-objc-interop instead of REQUIRES: objc_interop

    • edit: test/attr/dynamicReplacement_library_evolution.swift
    • edit: test/attr/dynamicReplacement_library_evolution_implicit_dynamic.swift
  • Commit 320dd89baf7405ca11c0ce5322e4e088b391ed1d by dungar:
    typo

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit bee99a3f4be8eac3aeba5e4726922d3e8f803111 by compnerd:
    build: spell parameter -fuse-ld= properly for Windows

    • edit: cmake/modules/AddSwift.cmake