[PATCH] D42728: Add more warnings for implict conversions (e.g. double truncation to float).

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 03:15:28 PDT 2018


lebedev.ri added a comment.

In https://reviews.llvm.org/D42728#1038500, @avt77 wrote:

> I fixed all issues raised by ABataev and committed the patch as revision 327618. I'll close the review in some hours.


You are aware that you can either use `arc patch` (best way), or at least manually add `Differential revision: https://reviews.llvm.org/Dsomething` line to the commit msg, so

1. the differential is auto-closed
2. the commit msg is taken from differential description
3. there is a trivial way to go from commit to differential (and vice versa)

?


https://reviews.llvm.org/D42728





More information about the llvm-commits mailing list