forked from OSchip/llvm-project
a27d385209
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. Differential Revision: https://reviews.llvm.org/D81493 |
||
---|---|---|
.. | ||
Driver | ||
Evaluate | ||
Fir | ||
Lower | ||
Preprocessing | ||
Semantics | ||
CMakeLists.txt | ||
lit.cfg.py | ||
lit.site.cfg.py.in |