|
@@ -78,6 +78,10 @@ IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
|
|
// Populate the identifier table with info about keywords for the current
|
|
// Populate the identifier table with info about keywords for the current
|
|
// language.
|
|
// language.
|
|
AddKeywords(LangOpts);
|
|
AddKeywords(LangOpts);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ // Add the '_experimental_modules_import' contextual keyword.
|
|
|
|
+ get("__experimental_modules_import").setModulesImport(true);
|
|
}
|
|
}
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
//===----------------------------------------------------------------------===//
|