commit | 81ed864215518c0ac6370d3231d54c5880c81ab7 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Jun 07 17:52:27 2018 -0700 |
committer | Xin Li <delphij@google.com> | Sun Jun 10 00:36:37 2018 +0000 |
tree | 1c26ffdafb0f1c78705db7888f0b3d3d56c10f02 | |
parent | 246946a31d48fae2cc12d5a57de6a1f5fc1b6cd4 [diff] |
[binder] Replace NULL/0 with nullptr Fixes -Wzero-as-null-pointer-constant warning. clang-tidy -checks=modernize-use-nullptr -p compile_commands.json -fix ... Test: m Bug: 68236239 Change-Id: I3181bc5683796423a98b0f9b94daf30880c07bdc Merged-In: I3181bc5683796423a98b0f9b94daf30880c07bdc