[PATCH] D58216: Support attribute used in member funcs of class templates II

Rafael Auler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 11:03:56 PST 2019


rafauler added a subscriber: davezarzycki.
rafauler added a comment.

Both approaches make sense to me. I'll re-land the previous patch in favor of gcc compatibility, since the semantics of attribute used in member functions of class templates were first implemented in gcc.

@davezarzycki  Heads up that this will land again. Can you change the code in swift to use the attribute used in the declaration of the specialization, not in the declaration of the template? (that is, if you really need the attribute, of course).


Repository:
  rC Clang

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

https://reviews.llvm.org/D58216





More information about the cfe-commits mailing list