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

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 18:58:51 PDT 2016


dyung created this revision.
dyung added reviewers: rsmith, ygao.
dyung added a subscriber: cfe-commits.

On the PS4, the default C standard is C99 which differs from the current default of C11. This patch makes the default C99 when targeting the PS4. This change includes the changes previously posted in http://reviews.llvm.org/D18708, but now includes additional test fixes that were failing when targeting the PS4 as they assumed C11 was the default.

http://reviews.llvm.org/D19003

Files:
  include/clang/Frontend/CompilerInvocation.h
  lib/Frontend/CompilerInvocation.cpp
  test/FixIt/fixit-errors.c
  test/Preprocessor/init.c
  test/Sema/attr-deprecated.c
  test/Sema/nullability.c
  test/SemaObjC/objcbridge-attribute-arc.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19003.53349.patch
Type: text/x-patch
Size: 7799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160412/a86e33bb/attachment.bin>


More information about the cfe-commits mailing list