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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to