add a comment.

llvm-svn: 42771
This commit is contained in:
Chris Lattner 2007-10-08 21:36:22 +00:00
parent 6776a8d359
commit 15b7278931
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class IdentifierInfo {
bool IsOtherTargetMacro : 1; // True if ident is macro on another target.
bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword.
bool IsNonPortableBuiltin : 1; // True if builtin varies across targets.
// 4 bits left in 32-bit word.
void *FETokenInfo; // Managed by the language front-end.
IdentifierInfo(const IdentifierInfo&); // NONCOPYABLE.
void operator=(const IdentifierInfo&); // NONASSIGNABLE.