skia2/modules/skparagraph
John Stiles fbd050bd0b Enable ClangTidy check modernize-make-unique.
The majority of existing call sites were automatically updated using
clang-tidy -fix. A small handful required a manual update,
e.g. CppCodeGen.

This check is a bit lenient, and in particular will not flag cases like
`std::unique_ptr<Base>(new Derived())` which is still pretty common
throughout our codebase. This CL does not attempt to replace all the
cases that ClangTidy does not flag.

Change-Id: I5eba48ef880e25d22de80f321a68c389ba769e36
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/307459
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2020-08-03 17:53:52 +00:00
..
bench Move SkParagraph bits into skparagraph directory. 2020-05-28 13:59:18 +00:00
gm Revert "Revert "gms for SkParagraph"" 2020-06-02 19:26:04 +00:00
include Update types in TextStyle to use member initialization syntax. 2020-07-27 20:53:15 +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-make-unique. 2020-08-03 17:53:52 +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