[PATCH] D13925: Implement __attribute__((internal_linkage))

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 4 06:38:14 PST 2015


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

I would like to see one more test, just to make sure that a Var subject doesn't also allow it on a parameter:

  void f(int a [[clang::internal_linkage]]);

Aside from that, LGTM!


Repository:
  rL LLVM

http://reviews.llvm.org/D13925





More information about the cfe-commits mailing list