]> granicus.if.org Git - clang/commit
Add support for '__is_literal_type' spelling of the existing
authorChandler Carruth <chandlerc@gmail.com>
Sun, 24 Apr 2011 02:49:28 +0000 (02:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 24 Apr 2011 02:49:28 +0000 (02:49 +0000)
commit3840281126e7d10552c55f6fd8b1ec9483898906
tree1b1b42b544dbb4aca47a8808774baef10aee4d3d
parent4d6e5a22d9481bb83b82d911727540096d171c0b
Add support for '__is_literal_type' spelling of the existing
'__is_literal' type trait for GCC compatibility. At least one relased
version if libstdc++ uses this name for the trait despite it not being
documented anywhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130078 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseTentative.cpp
test/SemaCXX/literal-type.cpp