Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SymbolExternalizer: Rewrite to use RecursiveASTVisitor
Before this commit clang-extract was interacting and handling nodes on the AST manually. Now we use RecursiveASTVisitor that is able to leverage on LLVM to visit each node recursively for us. The speed should be improved when compared with the older approach. Signed-off-by: Marcos Paulo de Souza <[email protected]>
- Loading branch information