[PATCH] D126902: [Attributes] Remove AttrSyntax and migrate uses to AttributeCommonInfo::Syntax (NFC)

Leonard Grey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 11:15:59 PDT 2022


lgrey created this revision.
lgrey added a reviewer: aaron.ballman.
lgrey added a project: clang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
lgrey requested review of this revision.
Herald added a subscriber: cfe-commits.

This is setup for allowing `hasAttribute` to work for plugin-provided attributes


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126902

Files:
  clang/include/clang/Basic/Attributes.h
  clang/lib/Basic/Attributes.cpp
  clang/lib/Lex/PPMacroExpansion.cpp
  clang/lib/Parse/ParseDecl.cpp
  clang/lib/Parse/ParseDeclCXX.cpp
  clang/utils/TableGen/ClangAttrEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126902.433805.patch
Type: text/x-patch
Size: 9911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/148882d2/attachment.bin>


More information about the llvm-commits mailing list