skia2/tools/skiaserve
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
..
tester Remove trailing whitespace. 2017-10-09 21:20:34 +00:00
urlhandlers Remove an uncessary and unused parameter for partially generating the JSON command list 2019-12-13 19:30:03 +00:00
favicon.ico Skia serve now supports favicon correctly 2016-02-08 13:57:44 -08:00
Request.cpp Enable ClangTidy check modernize-make-unique. 2020-08-03 17:53:52 +00:00
Request.h Update final set of tools to take GrDirectContext 2020-07-06 12:48:03 +00:00
Response.cpp HTML typo egde => edge 2020-06-19 15:12:06 +00:00
Response.h Wire up /batches in skiaserve 2016-02-26 08:22:49 -08:00
skiaserve.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00