]> granicus.if.org Git - clang/commit
Type::isIntegerType() returns true for types between Bool and LongLong.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 17 Aug 2008 13:24:01 +0000 (13:24 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 17 Aug 2008 13:24:01 +0000 (13:24 +0000)
commit2ff9b4c7c8fed9233a0b8de2e9507368c451aab6
tree0a5d81dbb068899c2d95c7707e4b8b6f17404a23
parent9aa77f137b9b368f5bf46e2ab7bc7bd1d5755a5b
Type::isIntegerType() returns true for types between Bool and LongLong.
Put WChar between them to make it integer type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54882 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
test/SemaCXX/wchar_t.cpp