jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Sema/SemaDeclCXX.cpp:7231
+    if (ICI)
+      CSM = getSpecialMember(MD);
+
----------------
LGTM, but perhaps we should use a new variable instead of modifying `CSM` in 
case someone adds code beneath this branch?


https://reviews.llvm.org/D51809



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

Reply via email to