[PATCH] D41303: Add support for ObjectFormat to TargetSpecificAttr

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 10:19:07 PST 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Aside from some minor nits, LGTM. Thanks!



================
Comment at: include/clang/Basic/Attr.td:281
   list<string> CXXABIs;
+  // Specifies Object Formats  for which the target applies, based off the
+  // ObjectFormatType enumeration in Triple.h
----------------
Extra space after "Formats"


================
Comment at: utils/TableGen/ClangAttrEmitter.cpp:2665
+  // If one or more architectures is specified, check those.  Arches are handled
+  // differently because GenerateTargetRequiresments needs to combine the list
+  // with ParseKind.
----------------
Typo: GenerateTargetRequiresments 


Repository:
  rC Clang

https://reviews.llvm.org/D41303





More information about the cfe-commits mailing list