this is the bao half of the Enhancements pr on pdb_wrapper#5
Conversation
im not sure this traverses the whole tree eg I think it only goes to the next level |
|
in terms of c++ issues I am testing this tool agenst this https://github.com/jfmherokiller/CommonLibSSE/tree/ClangFixes (its a modified version of commonlibsse that is more compatable with clang. The reason i said it might not traverse the whole tree is because these are the results |
Yeah that is accurate. I didn't write this with namespaces in mind so that is probably going to cause the brunt of the issues. We'll have recursively traverse any namespaces we encounter. Same goes for classes. |
could it be do it iteratively by checking if Getchild is null? |
|
|
Oh wait the smart idea would probably be a type visitor |
same state as before consider this as more cherry pick then pr for now