[flang] Manage per-specification-part state better
Some state in name resolution is stored in the DeclarationVisitor instance and processed at the end of the specification part. This state needs to accommodate nested specification parts, namely the ones that can be nested in a subroutine or function interface body. Differential Revision: https://reviews.llvm.org/D96466
Loading
Please sign in to comment