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

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 5 11:20:53 PST 2015


eugenis added inline comments.

================
Comment at: lib/Sema/SemaDeclAttr.cpp:3407
@@ +3406,3 @@
+                                             : ExpectedVariableOrFunction);
+    D->dropAttr<AlwaysInlineAttr>();
+  }
----------------
aaron.ballman wrote:
> Why is this dropping AlwaysInlineAttr instead of returning a nullptr?
A copy/paste error. Fixed.


Repository:
  rL LLVM

http://reviews.llvm.org/D13925





More information about the cfe-commits mailing list