From 2d29581d2b7ad5ec5df6ff3947fb0711339361a4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Oct 2007 21:36:22 +0000 Subject: [PATCH] add a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42771 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/IdentifierTable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index 3272d2c2ee..6d8f001376 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -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. -- 2.50.1