As described in PR24595, clang-cl fails to compile vswriter.h header from Windows SDK 8.1 in 32 bit mode. This patch fixes this.
More on vswriter.h is here: https://msdn.microsoft.com/en-us/library/aa384627(v=vs.85).aspx
I'm not sure adding a new warning is the right approach -- maybe we should downgrade "err_conflicting_overriding_cc_attributes" to a Warning with DefaultError attribute?