aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, aside from a minor commenting nit.



================
Comment at: lib/Sema/SemaChecking.cpp:8960
+    // Avoid warning about comparison of integers with different signs when
+    // RHS/LHS has a `typeof(E)` type whose sign is different to the sign of 
the
+    // type of `E`.
----------------
to the sign -> from the sign


https://reviews.llvm.org/D42561



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

Reply via email to