]> granicus.if.org Git - clang/commit
[AST][NFC] Use unsigned in the bit-fields of PrintingPolicy
authorBruno Ricci <riccibrun@gmail.com>
Tue, 7 Aug 2018 12:23:41 +0000 (12:23 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Tue, 7 Aug 2018 12:23:41 +0000 (12:23 +0000)
commitb63156539386eca3b82482d0dd6e9d4883e9b4ab
treed6c5f6ec643e216a218a8e104770e4caeb237f1b
parentc023d882a7771431c28b1f93805e70b768589e4a
[AST][NFC] Use unsigned in the bit-fields of PrintingPolicy

Avoid the mix between bools and unsigned since MSVC pack
this poorly.

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