commit | 2133661fe64cbd389e17ec12fac4cd3f9dca33cf | [log] [tgz] |
---|---|---|
author | Krzysztof Wesolowski <krzysztof.wesolowski@volvocars.com> | Thu Nov 30 10:11:13 2017 +0100 |
committer | Bryan Eyler <bryaneyler@google.com> | Thu Jan 11 11:11:20 2018 -0800 |
tree | bf44f825492b2bfe8349ce301db7392511ba092f | |
parent | 91b27898bc417834fc45c2248fa1a5be577c46f3 [diff] |
Improve ALOGV compatiblity with clang-tidy Currently used clang tidy does not filter the warnings caused by macros, even if macros come from filtered headers. This change allows projects using ALOGV to use readability-implicit-bool-conversion without spreading //NOLINT everywhere. Bug: 71533509 Change-Id: Id1b193d1e56d13f00171e04f600292877c5f6cb3