]> granicus.if.org Git - clang/commit
Add support for cooked forms of user-defined-integer-literal and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 8 Mar 2012 08:45:32 +0000 (08:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 8 Mar 2012 08:45:32 +0000 (08:45 +0000)
commitb453ad3214d00acc51c9aa702c76c58354d84b84
treefbf7b0f3c7bf20b921b60a43a544a87c8968cc05
parentaae1d8bd6f2482e0bf13a29d5b0cb7639080974d
Add support for cooked forms of user-defined-integer-literal and
user-defined-floating-literal. Support for raw forms of these literals
to follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152302 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/LiteralSupport.h
lib/Lex/LiteralSupport.cpp
lib/Lex/PPExpressions.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenCXX/cxx11-user-defined-literal.cpp
test/Parser/cxx11-user-defined-literals.cpp
test/SemaCXX/cxx11-user-defined-literals.cpp [new file with mode: 0644]