thakis added inline comments.

================
Comment at: lib/AST/ASTContext.cpp:9563
+    if (getExternalSource()->DeclIsFromPCHWithObjectFile(D))
+      return false;
+  }
----------------
It'd be good to add a comment (and a test) explaining why / how _referenced_ 
inline functions still get emitted for inlining.


https://reviews.llvm.org/D48426



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

Reply via email to