Integers which are too large should be an error.
Switch some warnings over to errors which should never have been warnings in the first place. (Also, a minor fix to the preprocessor rules for integer literals while I'm here.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186903 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticCommonKinds.td 4 additions, 4 deletionsinclude/clang/Basic/DiagnosticCommonKinds.td
- include/clang/Basic/DiagnosticLexKinds.td 2 additions, 2 deletionsinclude/clang/Basic/DiagnosticLexKinds.td
- lib/Lex/LiteralSupport.cpp 2 additions, 2 deletionslib/Lex/LiteralSupport.cpp
- lib/Lex/PPExpressions.cpp 4 additions, 4 deletionslib/Lex/PPExpressions.cpp
- lib/Sema/SemaExpr.cpp 4 additions, 4 deletionslib/Sema/SemaExpr.cpp
- test/CXX/lex/lex.literal/lex.ext/p3.cpp 1 addition, 1 deletiontest/CXX/lex/lex.literal/lex.ext/p3.cpp
- test/CodeGen/statements.c 0 additions, 7 deletionstest/CodeGen/statements.c
- test/CodeGen/string-literal-unicode-conversion.c 3 additions, 2 deletionstest/CodeGen/string-literal-unicode-conversion.c
- test/Lexer/constants.c 6 additions, 1 deletiontest/Lexer/constants.c
- test/Misc/warning-flags.c 1 addition, 5 deletionstest/Misc/warning-flags.c
- test/Sema/128bitint.c 2 additions, 2 deletionstest/Sema/128bitint.c
- test/Sema/alloc_size.c 1 addition, 1 deletiontest/Sema/alloc_size.c
Loading
Please register or sign in to comment