smeenai added inline comments.

================
Comment at: lib/AST/StmtProfile.cpp:1367
 
+#if defined(_MSC_VER) && _MSC_VER == 1911
+// Work around 
https://developercommunity.visualstudio.com/content/problem/84002/clang-cl-when-built-with-vc-2017-crashes-cause-vc.html
----------------
Is it worth using `_MSC_FULL_VER` to limit this to Update 3 specifically?


https://reviews.llvm.org/D35757



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

Reply via email to