]> granicus.if.org Git - clang/commit
make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type,
authorChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 23:43:47 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 23:43:47 +0000 (23:43 +0000)
commit3a2503227c3db04a3619735127483263c1075ef7
tree7780ebca7e1daffe73c7a3651cd546a3b5544f7b
parent220b6369d7717bfe6894b46cef055d3e763827f2
make ASTContext::WCharTy a bit more sensical.  In C++, it is a disctint type,
but in C99 it is just another int type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65590 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp