[PATCH] D34030: Fix the postorder visting of the ClassTemplateSpecializationDecl nodes in the RecursiveASTVisitor.
Peter Siket via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 00:41:40 PDT 2017
MontyKutyi added a comment.
As I can see the `clang/test` contains a lot of different simple tests, but for testing this I think it is not enough to run the clang with some arguments on a specific input. So I should create a new executable which uses the postorder mode of the RecursiveASTVisitor. Am I right or is there another preferred way for doing this?
https://reviews.llvm.org/D34030
More information about the cfe-commits
mailing list