]> granicus.if.org Git - clang/commit
Make ASTContext::getIntWidth return 1 for all boolean type variations, not just for...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Nov 2009 21:10:57 +0000 (21:10 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Nov 2009 21:10:57 +0000 (21:10 +0000)
commit632d772a78db7e2cd9b36f8a22aee49d44486fbf
tree881b578b4a3d85c7d623d06e72758b31861f7935
parent732429cfb1f77c1af61e239d0664e65962e488b3
Make ASTContext::getIntWidth return 1 for all boolean type variations, not just for the unqualified, unaliased bool.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86174 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/Sema/const-eval.c