[clang] [clang] Refactor clang's keyword enable/disable mechanism to allow lldb to re-use it (PR #165323)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 28 02:39:15 PDT 2025


================
@@ -77,57 +77,6 @@ IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
 // Language Keyword Implementation
 //===----------------------------------------------------------------------===//
 
-// Constants for TokenKinds.def
----------------
Michael137 wrote:

Is it worth retaining this comment? It gives us "some" indication that `TokenKinds.def` and this enum are connected.,

https://github.com/llvm/llvm-project/pull/165323


More information about the cfe-commits mailing list