[PATCH] D16503: [MSVC Compat] Warn when suppressing a trailing comma in macro args

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 2 13:11:43 PST 2016


thakis added a comment.

Sorry for the slow response. I was reading http://reviews.llvm.org/D15670 to understand this patch, and I couldn't find anything in that patch that enables this extension only in Microsoft mode. Trying suppressed-comma-msextension.cpp locally, it seems to pass without -fms-compatibility too. Am I missing something, or does http://reviews.llvm.org/D15670 lack a check for MicrosoftExt?


http://reviews.llvm.org/D16503





More information about the cfe-commits mailing list