yaxunl added inline comments.

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


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