majnemer added a subscriber: majnemer.

================
Comment at: lib/Sema/SemaExprCXX.cpp:4523-4525
@@ -4521,1 +4522,5 @@
 
+    if (BTT == BTT_IsAssignable) {
+      return true;
+    }
+
----------------
I'd remove the braces and sort it above the `BTT_IsNothrowAssignable` case.


http://reviews.llvm.org/D20492



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

Reply via email to