diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-01-28 07:10:33 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-01-28 07:10:33 +0000 |
commit | 40b9b50b16e4728389bca78ded783d18d3adc1c9 (patch) | |
tree | 6ce32e6b74fee807ce31e95beb996e2fd0738a24 /include/clang/Basic/IdentifierTable.h | |
parent | 778601f8d38a924bba51d0239afd22b6ddde8ff7 (diff) |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/IdentifierTable.h')
-rw-r--r-- | include/clang/Basic/IdentifierTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<IdentifierInfo*> *Entry; |