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
[clang-tidy] Don't run use-nullptr check on objective-c code.
If we compile an objective-c file with the `-std=c23` flag, this check
will warn the NULL usage, this patch fix it.
nullptr doesn't exist in objective-c.
0 commit comments