commit | 3977088e23d5cc0b863cea5191bd5cf73b3a466c | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri Aug 07 12:20:23 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Aug 07 16:57:17 2020 +0000 |
tree | 77984f11be51f0c2e1d7dd7aa489fc2f9ff31a50 | |
parent | efc17ce2caf3e51a344f4544a210156eedfa00c7 [diff] |
Enable ClangTidy check readability-static-accessed-through-instance. Our codebase generally tends to avoid this pattern naturally, and this can catch real mistakes, e.g. http://review.skia.org/308659 https://clang.llvm.org/extra/clang-tidy/checks/readability-static-accessed-through-instance.html Change-Id: I3b37ab6242bcca310bbbec718facdd8687f9c4ff Reviewed-on: https://skia-review.googlesource.com/c/skia/+/308658 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Mike Klein <mtklein@google.com>