Build namespace blocks where necessary (AST)
camden-smallwood opened this issue · 0 comments
camden-smallwood commented
C++ symbols store their namespace. Currently, the namespace is left inline in the symbol when decompiled. It would be ideal to determine where namespace are used and construct namespace blocks in the output source files.