diff options
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 036c387d7a..93acb6d300 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -432,10 +432,10 @@ if (<a href="#AllocationInst">AllocationInst</a> *AI = dyn_cast<<a href="#All </dl> <p>These five templates can be used with any classes, whether they have a -v-table or not. To add support for these templates, you simply need to add -<tt>classof</tt> static methods to the class you are interested casting -to. Describing this is currently outside the scope of this document, but there -are lots of examples in the LLVM source base.</p> +v-table or not. If you want to add support for these templates, see the +document <a href="HowToSetUpLLVMStyleRTTI.html">How to set up LLVM-style +RTTI for your class hierarchy </a>. +</p> </div> |