timon-ul wrote: > It's a stack overflow! How fun.
At least this doesn't look too bad to fix, I assume we should just add a max depth (as I have seen in other places) to this recursion, I have seen 10 before as a limit to body traversal, not sure if that is too much, since quite frankly at some point of depth I at least have my doubts that we still are reporting on a forwarded constructor. https://github.com/llvm/llvm-project/pull/169742 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
