JonasToth added a comment.

@aaron.ballman I further investigated and the issue does not come directly from 
my code (at least thats what i believe) :)

If i change the matcher simply to

  Finder->addMatcher(switchStmt().bind("switch"), this);

The overflow still occurs! I assume that the recursive natur of ASTVisitor 
causes that issue. How should we go further? Maybe ask klimek for some advice?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40737



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to