diff options
Diffstat (limited to 'lib/Parse/Parser.cpp')
-rw-r--r-- | lib/Parse/Parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Parse/Parser.cpp b/lib/Parse/Parser.cpp index 4cdf2deec3..5bf0abd6b7 100644 --- a/lib/Parse/Parser.cpp +++ b/lib/Parse/Parser.cpp @@ -426,6 +426,7 @@ void Parser::Initialize() { Ident_introduced = 0; Ident_deprecated = 0; Ident_obsoleted = 0; + Ident_unavailable = 0; } /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the |