r258530 - [MSVC Compat] Accept elided commas in macro function arguments

Ehsan Akhgari via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 19:48:28 PST 2016


On Fri, Jan 22, 2016 at 3:22 PM, Nico Weber <thakis at chromium.org> wrote:

> Every time we accept something in MS mode that isn't standards compliant,
> we should accept it with a warning (for stuff that's harmless, an Extension
> warning, for stuff that can lead to bugs a Warning warning), unless it's
> really hard to implement.
>

Makes sense.  I added a warning in http://reviews.llvm.org/D16503.  Please
review.  :-)

Thanks,
Ehsan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160122/547189e9/attachment.html>


More information about the cfe-commits mailing list