alexfh added a comment.

To clarify: the `pass_object_size` attribute is not the only reason to mark 
parameter `const` in the definition. However, there's no reason to also mark 
them `const` in declarations, since that `const` is not a part of the 
function's interface.


http://reviews.llvm.org/D18765



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

Reply via email to