[PATCH] D126902: [Attributes] Remove AttrSyntax and migrate uses to AttributeCommonInfo::Syntax (NFC)
Leonard Grey via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 11:17:23 PDT 2022
lgrey added inline comments.
================
Comment at: clang/utils/TableGen/ClangAttrEmitter.cpp:3368
+ fn("C2x", C2x);
+ OS << "case AttributeCommonInfo::Syntax::AS_Keyword:\n";
+ OS << "case AttributeCommonInfo::Syntax::AS_ContextSensitiveKeyword:\n";
----------------
Not sure if this should be an assert or if 0 is fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126902/new/
https://reviews.llvm.org/D126902
More information about the cfe-commits
mailing list