When we encountered a type name in a derived type definition, we were
sometimes finding a component of that name rather than the type from
the enclosing scope. Fix this by introducing NonDerivedTypeScope() to
start the search in the right scope.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo