0af08136f6
Use SkDEBUGCODE(...;) instead of SkDEBUGCODE(...); clang-format has trouble formatting the new spelling, but it's already commonly used in skia, and if you have something SkDEBUGCODE instead of just checking `#if SK_DEBUG` then there isn't all that much you can do. (You could make SkDEBUGCODE() insert a static_assert(true, "") at the end to eat semicolons after it, but that's also a bit gross. And many SkDEBUGCODE()s already put the ; inside the parens.) Bug: chromium:926235 Change-Id: I57bc800309283b7206082d8a7acc4b462a3b4cfa Reviewed-on: https://skia-review.googlesource.com/c/196421 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Nico Weber <thakis@chromium.org> |
||
---|---|---|
.. | ||
android | ||
atlastext | ||
c | ||
codec | ||
config | ||
core | ||
docs | ||
effects | ||
encode | ||
gpu | ||
pathops | ||
ports | ||
private | ||
svg | ||
third_party/vulkan | ||
utils |