diff options
Diffstat (limited to 'lib/Parse/Parser.cpp')
-rw-r--r-- | lib/Parse/Parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Parse/Parser.cpp b/lib/Parse/Parser.cpp index 7bd8b7b893..a5e73cce32 100644 --- a/lib/Parse/Parser.cpp +++ b/lib/Parse/Parser.cpp @@ -267,6 +267,8 @@ void Parser::Initialize() { &PP.getIdentifierTable().get("nonatomic"); ObjCForCollectionInKW = &PP.getIdentifierTable().get("in"); } + + Ident_super = &PP.getIdentifierTable().get("super"); } /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the |