https://bugs.kde.org/show_bug.cgi?id=369538
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Ralf Habacker <[email protected]> --- (In reply to Shawn McKenney from comment #2) > Created attachment 101354 [details] > TreeParser inheritance >From the testllvmparse unit test you can see that clang provides the template class RecursiveASTVisitor for exactly that purpose. See class FindNamedClassVisitor, which already uses a subset of the provided methods like bool VisitStmt(Stmt *s) bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) this may change your proposed design in this area. -- You are receiving this mail because: You are watching all bug changes.
