[PATCH] D56532: [clang-tidy] Add the abseil-duration-conversion-cast check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 10 15:24:58 PST 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang-tidy/abseil/DurationConversionCastCheck.cpp:41
+
+ if (!isNotInMacro(Result, MatchedCast)) return;
+
----------------
Please run Clang-format.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56532/new/
https://reviews.llvm.org/D56532
More information about the cfe-commits
mailing list