================
@@ -211,6 +215,9 @@ static KeywordStatus getKeywordStatusHelper(const 
LangOptions &LangOpts,
   case KEYNOMS18:
     // The disable behavior for this is handled in getKeywordStatus.
     return KS_Unknown;
+  case KEYNOZOS:
+    // The disable behavior for this is handled in getKeywordStatus.
+    return KS_Unknown;
----------------
abhina-sree wrote:

Thanks, this is done!

https://github.com/llvm/llvm-project/pull/101696
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to