Rather than listing these by hand, include all enum attribute keywords from Attributes.inc. This reduces the number of places one has to update whenever an enum attribute is added.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D124465
[AsmParser] Automatically declare and lex attribute keywords (NFC) ClosedPublic Authored by nikic on Apr 26 2022, 10:00 AM.
Details Summary Rather than listing these by hand, include all enum attribute keywords from Attributes.inc. This reduces the number of places one has to update whenever an enum attribute is added.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 26 2022, 10:02 AM This revision was landed with ongoing or failed builds.Apr 27 2022, 12:27 AM Closed by commit rG86c770346c26: [AsmParser] Automatically declare and lex attribute keywords (NFC) (authored by nikic). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 425252 llvm/include/llvm/AsmParser/LLToken.h
llvm/lib/AsmParser/LLLexer.cpp
|