[PATCH] D18708: Set C99 as default C Standard for PS4 target

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 1 17:48:17 PDT 2016


rsmith added a subscriber: rsmith.
rsmith added a comment.

What's the motivation for this change? Clang's C11 mode should accept all code accepted by its C99 mode (and conversely, most or perhaps all of the C11 language features are accepted by default in C99 mode as an extension). Is the problem the C11 standard library extensions?


http://reviews.llvm.org/D18708





More information about the cfe-commits mailing list