diff options
Diffstat (limited to 'lib/Basic/IdentifierTable.cpp')
-rw-r--r-- | lib/Basic/IdentifierTable.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Basic/IdentifierTable.cpp b/lib/Basic/IdentifierTable.cpp index e650993bd0..8f0387e99e 100644 --- a/lib/Basic/IdentifierTable.cpp +++ b/lib/Basic/IdentifierTable.cpp @@ -27,8 +27,7 @@ using namespace clang; IdentifierInfo::IdentifierInfo() { TokenID = tok::identifier; - ObjCID = tok::objc_not_keyword; - BuiltinID = 0; + ObjCOrBuiltinID = 0; HasMacro = false; IsExtension = false; IsPoisoned = false; |