eugenis added inline comments.

================
Comment at: test/SemaCXX/internal_linkage.cpp:23
@@ +22,3 @@
+
+__attribute__((internal_linkage)) void A::f4() {} // 
expected-error{{'internal_linkage' attribute does not appear on the first 
declaration of 'f4'}}
+
----------------
Btw, this triggers on libc++ (if macro-replacing always_inline with 
internal_linkage) 400 times. No problem, should be easy to clean up.


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