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
Strip external source locations from error traces.
It is possible for a source location to point to code outside of the
source tree (like an inlined function definition in a system header
file). This patch replaces all such external source locations in
error traces with a special 'missing' source location, inhibiting
linking to external source code.
0 commit comments