JonasToth requested changes to this revision.
JonasToth added a comment.
This revision now requires changes to proceed.

because this now diverged quite a bit i will revert the lgtm for now and take a 
longer look at the new patch.
The numbers you reported sound good.



================
Comment at: clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp:32
 
-  const auto IsFloatExpr =
-      expr(hasType(realFloatingPointType()), unless(IsCeilFloorCall));
+  const auto IsBuiltinOrEnumType = anyOf(builtinType(), enumType());
 
----------------
This matcher seems no to be used, did I overlook sth?


================
Comment at: docs/ReleaseNotes.rst:77
 
 - New :doc:`abseil-duration-factory-float
   <clang-tidy/checks/abseil-duration-factory-float>` check.
----------------
that seems to be unrelated


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53488



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to