craig.topper added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4749
+          << A->getAsString(Args) << A->getValue();
+    else if (Value & Value - 1)
+      TC.getDriver().Diag(diag::err_drv_alignment_not_power_of_two)
----------------
gcc 5.4 is throwing a -Wparentheses warning here. I'm in the middle of 
something else in my tree or I would just fix it. Maybe isPowerOf2_32 would be 
more readable anyway?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106701/new/

https://reviews.llvm.org/D106701

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

Reply via email to