]> granicus.if.org Git - clang/commit
Introduce the notion of literal types, as specified in C++0x.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 3 Dec 2009 00:13:20 +0000 (00:13 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 3 Dec 2009 00:13:20 +0000 (00:13 +0000)
commitccf43505dbc47da041c06125f90b3bd3ac7eac97
treed78ffe0ce06c96e858d2cdd81f49618526860384
parent61d89b61d4f22a226139c36a88b4fe2f7a2e368f
Introduce the notion of literal types, as specified in C++0x.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90361 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
include/clang/Basic/TokenKinds.def
include/clang/Basic/TypeTraits.h
lib/AST/ExprCXX.cpp
lib/AST/Type.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
test/SemaCXX/literal-type.cpp [new file with mode: 0644]