skia2/client_utils/android
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
..
BitmapRegionDecoder.cpp Remove SkBitmapRegionDecoder and SkBRDAllocator 2020-06-01 20:56:29 +00:00
BitmapRegionDecoder.h Remove SkBitmapRegionDecoder and SkBRDAllocator 2020-06-01 20:56:29 +00:00
BitmapRegionDecoderPriv.h Move SkBitmapRegionCodec into client_utils/android 2020-05-20 20:06:48 +00:00
BRDAllocator.h Move SkBitmapRegionCodec into client_utils/android 2020-05-20 20:06:48 +00:00
FrontBufferedStream.cpp Enable ClangTidy check modernize-make-unique. 2020-08-03 17:53:52 +00:00
FrontBufferedStream.h Reland "Move SkFrontBufferedStream into Android-only dir" 2020-04-24 17:36:30 +00:00