[PATCH] D56892: Add a priority field to availability attributes to prioritize explicit attributes from declaration over attributes from '#pragma clang attribute'

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 18 14:24:54 PST 2019


arphaman updated this revision to Diff 182608.
arphaman marked 3 inline comments as done.
arphaman added a comment.

- Add documentation and expand a comment as suggested by Aaron.
- Address Erik's comments.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56892/new/

https://reviews.llvm.org/D56892

Files:
  include/clang/Basic/Attr.td
  include/clang/Basic/AttrDocs.td
  include/clang/Sema/ParsedAttr.h
  include/clang/Sema/Sema.h
  lib/Sema/SemaAttr.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclAttr.cpp
  test/SemaObjC/attr-availability-priority.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56892.182608.patch
Type: text/x-patch
Size: 25339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190118/c9d3de07/attachment-0001.bin>


More information about the cfe-commits mailing list