================ @@ -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; ---------------- zibi2 wrote:
We should be combined this with the above case. 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