[PATCH] D30035: Add const to function parameters

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 16 17:32:48 PST 2017


EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.

This change is ABI breaking because these functions are exported using explicit template instantiations, and because changing their signature changes the mangling.

Can you explain why this change is needed?


https://reviews.llvm.org/D30035





More information about the cfe-commits mailing list