skia2/tools/sk_app/mac
John Stiles fe0de30a87 Enable ClangTidy check modernize-use-nullptr.
https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html

The check converts the usage of null pointer constants (eg. NULL, 0) to
use the new C++11 nullptr keyword.

Change-Id: Iaea2d843154c70e49d62affdc5dceb3bca8c1089
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/310297
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2020-08-14 16:14:30 +00:00
..
DawnMTLWindowContext_mac.mm Remove the dependency on Dawn's SwapChainUtils. 2020-04-09 20:31:30 +00:00
GLWindowContext_mac.mm Fix OpenGL MSAA on Catalina. 2020-05-06 19:55:04 +00:00
main_mac.mm Enable ClangTidy check modernize-use-nullptr. 2020-08-14 16:14:30 +00:00
MetalWindowContext_mac.mm Fix colorspace in Viewer for Metal 2020-05-06 13:00:19 +00:00
RasterWindowContext_mac.mm Remove SkTMin and SkTMax 2020-02-07 18:40:09 +00:00
Window_mac.h Enable MSAA for Metal. 2019-07-11 20:57:24 +00:00
Window_mac.mm Allow system key equivalents to work again. 2020-07-06 19:02:24 +00:00
WindowContextFactory_mac.h Dawn: implement sk_app window contexts for all backends. 2019-08-02 19:51:02 +00:00