[AST][NFC] Use unsigned in the bit-fields of IdentifierInfo
authorBruno Ricci <riccibrun@gmail.com>
Tue, 7 Aug 2018 12:40:41 +0000 (12:40 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Tue, 7 Aug 2018 12:40:41 +0000 (12:40 +0000)
commitdb4d4546c6da19cefdd8906c6e0b503e060c83ad
tree5225bfe51a1148b1fd2b1f8c9bbd091a12a30498
parentbb2fb0978148ba3eb0e8074e7bcedc0c566521f9
[AST][NFC] Use unsigned in the bit-fields of IdentifierInfo

Avoid mixing bool and unsigned in the bit-fields of IdentifierInfo
since MSVC packs this poorly. Also clang-format the changes.

llvm-svn: 339134
clang/include/clang/Basic/IdentifierTable.h