]> granicus.if.org Git - clang/commit
Revert "Set the default C standard to C99 when targeting the PS4."
authorSean Silva <chisophugis@gmail.com>
Wed, 6 Apr 2016 21:06:52 +0000 (21:06 +0000)
committerSean Silva <chisophugis@gmail.com>
Wed, 6 Apr 2016 21:06:52 +0000 (21:06 +0000)
commit770d01843de8f69a179c2c794a8946bf1e685a78
tree439a3be00303bbc2c7cf7120f20461e6956a0fb2
parentfc4e7b9f74f2001626f26ba6b7cc9a5f95cc7d41
Revert "Set the default C standard to C99 when targeting the PS4."

This reverts r265359.

It breaks
- llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast
- llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast

Failing Tests (5):
    Clang :: FixIt/fixit-errors.c
    Clang :: Preprocessor/init.c
    Clang :: Sema/attr-deprecated.c
    Clang :: Sema/nullability.c
    Clang :: SemaObjC/objcbridge-attribute-arc.m

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265601 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInvocation.h
lib/Frontend/CompilerInvocation.cpp
test/Preprocessor/init.c