diff options
Diffstat (limited to 'docs/programming.rst')
-rw-r--r-- | docs/programming.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/programming.rst b/docs/programming.rst index 5d000cb3c2..fe2604fbb7 100644 --- a/docs/programming.rst +++ b/docs/programming.rst @@ -9,6 +9,7 @@ Programming Documentation CodingStandards CommandLine Atomics + HowToSetUpLLVMStyleRTTI * `LLVM Language Reference Manual <LangRef.html>`_ @@ -33,6 +34,11 @@ Programming Documentation Details the LLVM coding standards and provides useful information on writing efficient C++ code. +* :doc:`HowToSetUpLLVMStyleRTTI` + + How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your + class hierarchy. + * `Extending LLVM <ExtendingLLVM.html>`_ Look here to see how to add instructions and intrinsics to LLVM. |