pdb-decompiler
pdb-decompiler copied to clipboard
Build namespace blocks where necessary (AST)
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.