The loop-widening code processes c++ methods looking for this pointers. In
the case of static methods (which do not have this pointers), an assertion
was triggering. This patch avoids trying to process this pointers for
static methods, and thus avoids triggering the assertion .
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang