[cfe-dev] Adding a new pragma to Clang

Renato Golin renato.golin at linaro.org
Thu Jan 9 01:54:23 PST 2014


On 8 January 2014 18:41, Arnold Schwaighofer <aschwaighofer at apple.com>wrote:

> Could we enable c++ attribute syntax for c99 (via a command line flag)?
>

Hi Arnold,

This falls too close to Clang-specific behaviour for my liking... One
alternative would be to compile a C99 file in C++11 mode, but you'll end up
with different semantics that the original code might not have intended.

--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140109/ebe8029f/attachment.html>


More information about the cfe-dev mailing list