From: Ted Kremenek Date: Wed, 28 Jan 2009 07:10:33 +0000 (+0000) Subject: Update comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40b9b50b16e4728389bca78ded783d18d3adc1c9;p=clang Update comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63192 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index 56a6f41848..91a0bf2e8a 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -58,7 +58,7 @@ class IdentifierInfo { bool IsPoisoned : 1; // True if identifier is poisoned. bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword. bool NeedsHandleIdentifier : 1; // See "RecomputeNeedsHandleIdentifier". - // 8 bits left in 32-bit word. + // 9 bits left in 32-bit word. void *FETokenInfo; // Managed by the language front-end. llvm::StringMapEntry *Entry;