[PATCH] D131007: [NFCI] Refactor how KeywordStatus is calculated
Pavel Labath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 07:05:07 PDT 2022
labath added a comment.
This seems to break lldb tests, specifically the compilation of this <https://github.com/llvm/llvm-project/blob/main/lldb/test/API/lang/c/cpp_keyword_identifiers/main.c> source file.
The compile fails with an assertion (`Keyword not known to come from a newer Standard or proposed Standard`), so I am assuming that change was not intentional.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131007/new/
https://reviews.llvm.org/D131007
More information about the cfe-commits
mailing list