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
[sil] Add an implicit operator bool conversion to SILDebugLocation.
The reason to do this is that one can now do:
```
if (auto debugLoc = i.getDebugLocation()) {
// do something with debug loc.
}
```
I also cleaned up the style a little bit by renaming the internal ivars to be
camelCase.
0 commit comments