Rintaro Ishizaki
7c7a7ab47c
[ASTMangler] Allow to mangle any generic decl type
...
More specifically, generic `typealias` type.
For instance:
typealias Pair<T, T> = (T, T)
typealias PairAlias = Pair
Interface type of `PairAlias` is `Pair.Type`, not `(T, T).Type`
Fixes crash in sourcekit cursorinfo.
rdar://problem/34348776
2018-04-19 18:10:25 +09:00
..
2018-01-25 14:51:08 -08:00
2018-02-05 10:09:03 -08:00
2018-01-06 13:55:59 -08:00
2018-01-09 11:46:15 -08:00
2018-03-28 00:05:56 -04:00
2017-09-17 16:09:48 -03:00
2017-05-05 17:12:34 -07:00
2018-01-12 11:53:40 -08:00
2017-10-07 21:52:40 -07:00
2018-03-05 18:38:35 -08:00
2018-02-05 10:09:03 -08:00
2017-06-04 11:08:39 -07:00
2018-01-06 13:55:59 -08:00
2018-03-09 18:56:57 -08:00
2018-03-06 11:53:22 +09:00
2018-02-05 10:09:03 -08:00
2017-06-20 12:26:32 -07:00
2017-04-06 16:04:07 -07:00
2017-04-06 16:04:07 -07:00
2017-04-10 13:22:09 -07:00
2017-04-24 17:03:34 -07:00
2018-01-22 15:30:12 -08:00
2018-04-19 18:10:25 +09:00
2018-01-25 13:24:51 -08:00
2018-01-22 15:30:58 -08:00