skia2/modules/skparagraph
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
..
bench Move SkParagraph bits into skparagraph directory. 2020-05-28 13:59:18 +00:00
gm Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
include Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
samples Cleaning codepoints/grapheme mess; it also helps with ICU API 2020-06-17 14:51:24 +00:00
src Enable ClangTidy check modernize-use-nullptr. 2020-08-14 16:14:30 +00:00
tests Reland "Attach whitespaces to the neighbor unresolved blocks" 2020-07-28 17:19:21 +00:00
utils Fix clang 12 Wsuggest-override and Wsuggest-destructor-override 2020-07-22 01:11:36 +00:00
BUILD.gn Revert "Revert "gms for SkParagraph"" 2020-06-02 19:26:04 +00:00
skparagraph.gni Remove use of ICU C++ API from SkParagraph. 2020-05-28 22:07:40 +00:00
test.html Font resolution: all unit tests working 2019-11-08 17:24:14 +00:00