rnk added inline comments.

================
Comment at: lib/Headers/stdarg.h:13
 
+#if defined(_MSC_VER)
+#include <vcruntime.h>
----------------
Please add a comment about why we're including this otherwise unneeded header.


================
Comment at: lib/Headers/stddef.h:22
+
+#if defined(_MSC_VER)
+#include <corecrt.h>
----------------
Please add a similar comment here.


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

https://reviews.llvm.org/D61646



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

Reply via email to