Files
swift-mirror/test/IDE
Davide Italiano 74618cbe96 [IDE] Fix type reconstructions for PrivateDeclName.
Without this fix, the type reconstruction logic chokes on
demangled subtree of the kind:

kind=DeclContext
  kind=Function
    kind=Module, text="swift_ide_test"
    kind=PrivateDeclName
      kind=Identifier, text="_0830B395847924C73A6666B87EFD2ADF"
      kind=Identifier, text="patatino"

Fixes the compiler part of <rdar://problem/38248403>
2018-03-12 13:45:15 -07:00
..