[PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Kristof Beyls
kristof.beyls at arm.com
Tue Jan 27 23:37:46 PST 2015
REPOSITORY
rL LLVM
================
Comment at: llvm/trunk/docs/ProgrammersManual.rst:2551
@@ +2550,3 @@
+<http://llvm.org/docs/HowToSetUpLLVMStyleRTTI.html>`_ which describes how you
+can implement this pattern for use with the LLVM helpers.
+
----------------
Thanks, this makes the "closed type hierarchies" and "manual tagged dispatch" clear to me now.
I don't have any further remarks on the text - looks good to me.
http://reviews.llvm.org/D7191
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list