From 36be1aeac7eba52b5458b0eed696b221d2ee86ff Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 5 Oct 2012 03:32:01 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165293 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ProgrammersManual.html') 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 (AllocationInst *AI = dyn_cast<How to set up LLVM-style +RTTI for your class hierarchy . +

-- cgit v1.2.3-18-g5258