[PATCH] D50389: [clang-tidy] new check for Abseil
Deanna Garcia via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 10 08:39:36 PDT 2018
deannagarcia added inline comments.
================
Comment at: clang-tidy/abseil/DurationDivisionCheck.cpp:50
+ *result.SourceManager, result.Context->getLangOpts()),
+ ")");
+}
----------------
JonasToth wrote:
> This line looks odd, does it come from clang-format?
I have run clang-format on this file and it's still formatted like this.
https://reviews.llvm.org/D50389
More information about the cfe-commits
mailing list