commit | e50186d6e88c2ef9572e7e9e6b3c1d4660771238 | [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 | 7a0b738df8a34e847d16ceb26bbe253749da6af3 | |
parent | 7a2d7be3253b23917554fe808062b6ae9e2866dc [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