[PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.

Mehdi AMINI mehdi.amini at apple.com
Tue Jan 27 00:45:00 PST 2015


================
Comment at: docs/ProgrammersManual.rst:2506
@@ +2505,3 @@
+An alternate implementation strategy for the second use case which should be
+preferred within LLVM is to that of generic programming. For example, a template
+over some type parameter ``T`` can be instantiated across any particular
----------------
" is to that of ", is it correct English? This is not clear to me (I'm not an English-native speaker).

http://reviews.llvm.org/D7191

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list