[NFC] Bump ObjCOrBuiltinIDBits to 15
authorJF Bastien <jfbastien@apple.com>
Fri, 26 Jun 2020 20:48:51 +0000 (13:48 -0700)
committerJF Bastien <jfbastien@apple.com>
Fri, 26 Jun 2020 20:48:51 +0000 (13:48 -0700)
commitb10bd6dfc62161671892b2dd3be5152754d14995
treec9ed6d4b36a96db614ac66e4da3df07b19a1127f
parentddbdff3accb667860d4cbd436746ca28ea343b25
[NFC] Bump ObjCOrBuiltinIDBits to 15

We're now hitting this because we're at the limit for number of builtins:
  clang/lib/Basic/IdentifierTable.cpp:39:1: error: static_assert failed due to requirement '2 * LargestBuiltinID < (2 << (ObjCOrBuiltinIDBits - 1))' "Insufficient ObjCOrBuiltinID Bits"
  static_assert(2 * LargestBuiltinID < (2 << (ObjCOrBuiltinIDBits - 1)),
  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bump it to 15 so whoever adds a builtin next (as I am, or as anyone else might) doesn't merge conflict over each other.
clang/include/clang/Basic/IdentifierTable.h