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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 06:00:14 PST 2015


aaron.ballman added a comment.

LGTM, thank you!


================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:4090
@@ +4089,3 @@
+  "'internal_linkage' attribute on a non-static local variable is ignored">,
+  InGroup<IgnoredAttributes>;
+
----------------
Good catch!


Repository:
  rL LLVM

http://reviews.llvm.org/D13925





More information about the cfe-commits mailing list