pdb-decompiler icon indicating copy to clipboard operation
pdb-decompiler copied to clipboard

Build namespace blocks where necessary (AST)

Open camden-smallwood opened this issue 3 years ago • 0 comments

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.

camden-smallwood avatar Jan 08 '22 19:01 camden-smallwood