Fix the lldb test bots
authorAaron Ballman <aaron@aaronballman.com>
Fri, 26 Aug 2022 15:17:43 +0000 (11:17 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 26 Aug 2022 15:19:42 +0000 (11:19 -0400)
commitbe199527205dc8a8c7febc057ad6be90fac15547
tree11d6276ae473c4fd5aa910ddd7a2895ec3d1b99e
parentfef3eeef480b05457c4045846e255d8167938b84
Fix the lldb test bots

This addresses an accidental change in behavior from
41667a8b9b624e282e7c08fadf7091223728d1c1 to get the bots back to green.
However, I think there's an issue with LLDB assuming it's valid to
enable support for keywords in language modes that don't support the
keyword (as other parts of Clang are not expecting to be able to do
that).

This should fix (and others):
https://lab.llvm.org/buildbot/#/builders/68/builds/38374
clang/include/clang/Basic/TokenKinds.def
clang/lib/Basic/IdentifierTable.cpp