PR26349: correctly check whether a digit sequence is empty in the presence of digit...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Feb 2016 22:34:35 +0000 (22:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Feb 2016 22:34:35 +0000 (22:34 +0000)
commitb1cba3e772d1fe0703d7d5d82e14bc7939da7a38
treeeae4a4541b8d293680e41406199a11b7d2b52b39
parentd3f2b94d97789590c101ea7e512588deec80c288
PR26349: correctly check whether a digit sequence is empty in the presence of digit separators.

llvm-svn: 260307
clang/include/clang/Lex/LiteralSupport.h
clang/lib/Lex/LiteralSupport.cpp
clang/test/Lexer/cxx1y_digit_separators.cpp