Update diagnostics now that hexadecimal literals look likely to be part of C++17.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 4 Mar 2016 22:32:06 +0000 (22:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 4 Mar 2016 22:32:06 +0000 (22:32 +0000)
commit560a3579b29a07c729d841acaa1d3371b5fc9b71
tree38d1d789e15125216b8b6d846818963a982d51d8
parentac92893a93618d66416afbdd86db1ce99543e3e4
Update diagnostics now that hexadecimal literals look likely to be part of C++17.

llvm-svn: 262753
clang/include/clang/Basic/DiagnosticLexKinds.td
clang/include/clang/Frontend/LangStandards.def
clang/lib/Lex/Lexer.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/test/Lexer/cxx1y_digit_separators.cpp
clang/test/Lexer/hexfloat.cpp