compnerd added a comment.

Why do we expect the tests to fail without vcruntime headers?



================
Comment at: src/support/runtime/exception_msvc.ipp:31
+extern "C" {
+typedef void(__CRTDECL* terminate_handler)();
+_ACRTIMP terminate_handler __cdecl set_terminate(
----------------
Really?  clang-format removes the space there?

    typedef void (__CRTDECL * terminate_handler)(void);

seems so much more readable.


https://reviews.llvm.org/D38522



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

Reply via email to