Krystian Stasiowski

Results 28 comments of Krystian Stasiowski

@alandefreitas Yes

@vinniefalco Sounds good. We already link `T`, so this is complete.

One way to fix friend declarations: add `InfoKind::Friend`, and generate the USR for the friend by concatenating the USR of its `DeclContext` with that of the befriended declaration. Friends could...

I'm pretty sure the AST is being created with `FrontendOptions::DisableFree` set to `true`; I haven't looked into what this does exactly, but it sounds like just the thing that would...

@marxin I pushed a commit which should fix the failing tests

Within the `DeclContext` of `S`, `x` and `y` are `IndirectFieldDecl`s

Here is something that will *almost* always work. This does not account for: - friend declarations, or - _using-declarations_ (e.g. `using B::f;` appearing as a `public` member of a class...