[cfe-commits] r42771 - /cfe/trunk/include/clang/Basic/IdentifierTable.h
Chris Lattner
sabre at nondot.org
Mon Oct 8 14:36:23 PDT 2007
Author: lattner
Date: Mon Oct 8 16:36:22 2007
New Revision: 42771
URL: http://llvm.org/viewvc/llvm-project?rev=42771&view=rev
Log:
add a comment.
Modified:
cfe/trunk/include/clang/Basic/IdentifierTable.h
Modified: cfe/trunk/include/clang/Basic/IdentifierTable.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/IdentifierTable.h?rev=42771&r1=42770&r2=42771&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/IdentifierTable.h (original)
+++ cfe/trunk/include/clang/Basic/IdentifierTable.h Mon Oct 8 16:36:22 2007
@@ -44,6 +44,7 @@
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.
More information about the cfe-commits
mailing list