Does the semantic 1 pass on the AST, which looks at symbol declarations but not initializers or function bodies.
Does semantic analysis on the public face of declarations.
See Source File _dsymbolsem.d Documentation: https://dlang.org/phobos/dmd_dsymbolsem.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dsymbolsem.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Does the semantic 1 pass on the AST, which looks at symbol declarations but not initializers or function bodies.