[PATCH] D17688: Fix missed leak from MSVC specific allocation functions

Alexander Riccio via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 22:38:45 PST 2016


ariccio added a comment.

Hmm. This seems to be because `wchar_t` is enabled by `-fms-compatibility`.

@aaron.ballman do you have any idea how to define `wchar_t` without `-fms-compatibility`?


http://reviews.llvm.org/D17688





More information about the cfe-commits mailing list