__capability should not be a keyword for non-CHERI targets #706
Labels
CHERI C semantics
Engineering
Work that is mostly about implementation of an idea.
enhancement
New feature or request
Currently using __capability for non-CHERI targets crashes the compiler (see #704), but realistically
IdentifierTable::AddKeywords(
should not add it in the first place and treat the token as an identifier for backwards compatibility.This would require adding a new KEYCHERI to the keywords and a new CHERI flag to LangOptions.
The text was updated successfully, but these errors were encountered: