Alexis Laferrière
f6931c8905
[Index] Test records of extensions in sources and modules
2020-10-18 15:02:31 -07:00
Nathan Hawes
77f3cb013f
[Index] Fix pseudo accessor USRs generation to distinguish instance vs static accessors
...
It was hard-coding IsStatic to false rather than passing it through from the
VarDecl, giving the same USR for the two getters in the below:
class FixtureClass95 {
private static var someVar: String!
private var someVar: String!
}
Resolves rdar://problem/44531531
2019-11-21 15:11:47 -08:00
Argyrios Kyrtzidis
3ce71a37bf
[test/Index/Store] Remove the XFAILs for linux on some tests
2018-09-11 17:40:02 -07:00
Alex Hoppen
1c7e289b96
[Mangling] Adjust subscript mangling to not include "subscript"
...
Change the mangling of accessors to have a variable or subscript node
as their only child node, while subscript nodes no longer contain a decl
name.
2017-09-10 19:44:07 +02:00
David Farler
645aaad551
[index/build] Upstream indexing while building changes
...
This patch upstreams previously AppleInternal changes for
indexing while building.
2017-06-29 16:20:06 -07:00