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 | 882214b6765008de0ce4e499db2cfcfb05a18397 (patch) | |
| tree | 6bcf079cd3e0afb84c7aea724c9480fd08cd1c42 /clang | |
| parent | 22ebe7ba6649431aa047ddcc2b0cb891dc210d70 (diff) | |
| download | bcm5719-llvm-882214b6765008de0ce4e499db2cfcfb05a18397.tar.gz bcm5719-llvm-882214b6765008de0ce4e499db2cfcfb05a18397.zip | |
Update comment.
llvm-svn: 63192
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Basic/IdentifierTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/IdentifierTable.h b/clang/include/clang/Basic/IdentifierTable.h index 56a6f418485..91a0bf2e8a4 100644 --- a/clang/include/clang/Basic/IdentifierTable.h +++ b/clang/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; |

