summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Parse/Parser.cpp')
-rw-r--r--clang/lib/Parse/Parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Parse/Parser.cpp b/clang/lib/Parse/Parser.cpp
index 4cdf2deec34..5bf0abd6b78 100644
--- a/clang/lib/Parse/Parser.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud