[clang-tidy] NFC: Negate the name and semantics of the isNotInMacro function.
authorHyrum Wright <hwright@google.com>
Fri, 8 Mar 2019 15:37:15 +0000 (15:37 +0000)
committerHyrum Wright <hwright@google.com>
Fri, 8 Mar 2019 15:37:15 +0000 (15:37 +0000)
commit8172a0a5f4a8110cc2cb18b1389e9b048946644c
tree7055fc4f50de1bd407cad515b22bcdd4e0af44ab
parente73ae9a142c256f52bbae4be8bb0cc254afa8f6f
[clang-tidy] NFC: Negate the name and semantics of the isNotInMacro function.

This function is always used in a context where its result was also
negated, which made for confusing naming and code.

llvm-svn: 355702
clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.cpp
clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.cpp
clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
clang-tools-extra/clang-tidy/abseil/DurationRewriter.h
clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp