You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guard for null result from ClangModuleUnit::getClangModule().
The documentation for this method states that this can return null if
the module unit represents [the] imported headers.
We have a crash report on dereferencing the result of this function
farther down, and I suspect it's hitting exactly that
case. Unfortunately we only have a back trace and no test case.
Fixes: rdar://problem/41888568
0 commit comments