git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_70@339647
91177308-0d34-0410-b5e6-
96231b3b80d8
Visual Studio's default stdafx.h setup now uses precompiled headers with
clang-cl.
+- The alternative entry point names
+ (``wmain``/``WinMain``/``wWinMain``/``DllMain``) now are properly mangled
+ as plain C names in C++ contexts when targeting MinGW, without having to
+ explicit specify ``extern "C"``. (This was already the case for MSVC
+ targets.)
+
- ...