Commits


Edward Chen authored and GitHub committed b75c1081ca4
[Objective-C] Enable static analysis, second try (#8875) The previous attempt to enable static analysis (#8842) didn't actually run the static analysis checks. - Run clang-tidy directly. - Address static analysis warnings.