Reduce size of DefinitionData from 120 to 96 bytes on Windows.
authorNico Weber <nicolasweber@gmx.de>
Mon, 28 Mar 2016 14:55:24 +0000 (14:55 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 28 Mar 2016 14:55:24 +0000 (14:55 +0000)
commitf21a0c6372bec175102e305b33d4eefc614a94cb
treeef263690600f0e28689c467484f1a99f878251da
parentbb63f66686ce2fd17e7391596dad35451328a66f
Reduce size of DefinitionData from 120 to 96 bytes on Windows.

In the Microsoft ABI, only bitfields with identical types get
packed together, so use unsigned consistently instead of a
bool / unsigned mix.

No intended behavior change.

llvm-svn: 264582
clang/include/clang/AST/DeclCXX.h