[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
Mon Jan 8 01:41:49 PST 2018


MontyKutyi added a comment.

In https://reviews.llvm.org/D34030#967749, @bruno wrote:

> The change seems good to me in general. I wonder if this will hit any broken assumption in the code. Did you run other tests beside unittests?


I run the tests available by building the `clang-test` only.


https://reviews.llvm.org/D34030





More information about the cfe-commits mailing list