diff options
author | Sean Silva <silvas@purdue.edu> | 2012-10-05 03:32:01 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-10-05 03:32:01 +0000 |
commit | 5ce54c2eb93b4cae265fdedd691cb6882655eca8 (patch) | |
tree | afad66872522963986b2716ec8fee06e0963eaac /llvm/docs/ProgrammersManual.html | |
parent | a475e4338be2e8c96455d5d789446548cdb4dc20 (diff) | |
download | bcm5719-llvm-5ce54c2eb93b4cae265fdedd691cb6882655eca8.tar.gz bcm5719-llvm-5ce54c2eb93b4cae265fdedd691cb6882655eca8.zip |
docs: Add HowToSetUpLLVMStyleRTTI.rst.
This document describes how to set up LLVM-style RTTI for a class
hierarchy. Surprisingly, this was not previously documented.
Also, link it into ProgrammersManual.html.
llvm-svn: 165293
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 036c387d7a5..93acb6d300f 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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> |