[PATCH] D71159: [Attr] Move ParsedTargetAttr out of the TargetAttr class

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 17:21:51 PST 2019


craig.topper created this revision.
craig.topper added reviewers: rnk, echristo, erichkeane.

Need to forward declare it in ASTContext.h for D68627 <https://reviews.llvm.org/D68627>, so it can't be a nested struct.


https://reviews.llvm.org/D71159

Files:
  clang/include/clang/AST/Attr.h
  clang/include/clang/Basic/Attr.td
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/lib/Sema/SemaDeclAttr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71159.232680.patch
Type: text/x-patch
Size: 7839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191207/f6e8f969/attachment.bin>


More information about the cfe-commits mailing list