C++1y literal suffix support:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 23 Jul 2013 08:14:48 +0000 (08:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 23 Jul 2013 08:14:48 +0000 (08:14 +0000)
commitf4198b75986ba0bff6326e239a0de13b7ebfc4c8
treefce36d03f3f7e00ef1a12d600647a1be9bf46499
parent6030a6503947bcbcd98694b6d39144241dc0b938
C++1y literal suffix support:
 * Allow ns, us, ms, s, min, h as numeric ud-suffixes
 * Allow s as string ud-suffix

llvm-svn: 186933
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Lex/Lexer.h
clang/include/clang/Lex/LiteralSupport.h
clang/lib/Lex/Lexer.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/SemaCXX/cxx1y-user-defined-literals.cpp [new file with mode: 0644]