]> granicus.if.org Git - clang/commit
bool bit fields are causing problems with MSVC. Replace them with unsigned bit fields.
authorFrancois Pichet <pichet2000@gmail.com>
Fri, 15 Oct 2010 21:34:50 +0000 (21:34 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Fri, 15 Oct 2010 21:34:50 +0000 (21:34 +0000)
commitbdb5b0e8ad8ed297ad01eb2ccd0d6d5ed6058033
tree5e62d6e21602141a0cf2517439604804de8f154b
parent780658af93b996bb58f333905d458b6462262afb
bool bit fields are causing problems with MSVC. Replace them with unsigned bit fields.

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