rjmccall added a comment.

LGTM with a minor fix.



================
Comment at: clang/lib/Sema/SemaDecl.cpp:10745
+    if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(NewFD))
+          ActOnConversionDeclarator(Conversion);
 
----------------
Indentation is off.


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

https://reviews.llvm.org/D78444



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

Reply via email to