Currently when clang is dumping out a stacktrace of badness with template instantiations it will truncate the stack at 10 "frames". This diff means we disable any limiting so that we get all the template instantiation frames. It's bad enough trying to decipher the template madness but having incomplete information just adds to the problem.
Summary
Currently when clang is dumping out a stacktrace of badness with template instantiations it will truncate the stack at 10 "frames". This diff means we disable any limiting so that we get all the template instantiation frames. It's bad enough trying to decipher the template madness but having incomplete information just adds to the problem.
Test plan
Internally tested on a cycle.