[PATCH] D34030: Fix the postorder visting of the ClassTemplateSpecializationDecl nodes in the RecursiveASTVisitor.

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 09:56:59 PDT 2017


bruno added a comment.

In https://reviews.llvm.org/D34030#819699, @MontyKutyi wrote:

> 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?


The place you're looking for here is in unittests. For example, see unittests/AST/PostOrderASTVisitor.cpp.


https://reviews.llvm.org/D34030





More information about the cfe-commits mailing list