Switch C compilations to C11 by default.
This is long-since overdue, and matches GCC 5.0. This should also be backwards-compatible, because we already supported all of C11 as an extension in C99 mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220244 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/UsersManual.rst 12 additions, 4 deletionsdocs/UsersManual.rst
- lib/Basic/Targets.cpp 3 additions, 3 deletionslib/Basic/Targets.cpp
- lib/Frontend/CompilerInvocation.cpp 1 addition, 1 deletionlib/Frontend/CompilerInvocation.cpp
- test/Lexer/has_extension.c 2 additions, 2 deletionstest/Lexer/has_extension.c
- test/Lexer/has_feature_c1x.c 8 additions, 2 deletionstest/Lexer/has_feature_c1x.c
- test/Parser/c11-noreturn.c 1 addition, 1 deletiontest/Parser/c11-noreturn.c
- test/Parser/c1x-alignas.c 1 addition, 1 deletiontest/Parser/c1x-alignas.c
- test/Preprocessor/init.c 3 additions, 3 deletionstest/Preprocessor/init.c
- test/Preprocessor/line-directive.c 1 addition, 1 deletiontest/Preprocessor/line-directive.c
- test/Sema/anonymous-struct-union-c11.c 2 additions, 2 deletionstest/Sema/anonymous-struct-union-c11.c
- test/Sema/array-init.c 2 additions, 2 deletionstest/Sema/array-init.c
- test/Sema/attr-deprecated.c 2 additions, 2 deletionstest/Sema/attr-deprecated.c
- test/Sema/types.c 4 additions, 4 deletionstest/Sema/types.c
- www/compatibility.html 10 additions, 10 deletionswww/compatibility.html
Loading
Please register or sign in to comment