]> granicus.if.org Git - clang/commit
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)
commita08e6bf3979b9e570f092177f69c4723e741e6da
treec1f1672065340469336ee930a7a65e1d8c7c3063
parent328988f2f8f38601d072e10882fd4cd82ea4fc12
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.

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