| commit | 647501693bd14256df8839c13cb03659bdee4202 | [log] [tgz] |
|---|---|---|
| author | cyy <cyyever@outlook.com> | Fri Feb 08 13:40:59 2019 +0800 |
| committer | James E. King III <jking@apache.org> | Fri Feb 08 00:40:59 2019 -0500 |
| tree | 8128c0ba102269dd0a3cceb7379a2b8acbe58a26 | |
| parent | 74a3e0923d9425fd0c3c854b770782148f91ec19 [diff] |
THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) * use override * use make_shared * use emplace * use range for * fix error on MSVC * replace boost functions with std functions * fix static analyzer warnings * check api return value * initialize member * check the return value of SSL_peek > 0 * add override