[RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost()...
[RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() to allow clients to do before/after actions during data recursive visitation. This should fix the asan bot that hits stack overflow in a couple of test/Index tests. llvm-svn: 260785
Loading
Please sign in to comment