[llvm] r357825 - [PDB Docs] The IPI Stream actually has index 4.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 15:09:14 PDT 2019


Author: zturner
Date: Fri Apr  5 15:09:14 2019
New Revision: 357825

URL: http://llvm.org/viewvc/llvm-project?rev=357825&view=rev
Log:
[PDB Docs] The IPI Stream actually has index 4.

Modified:
    llvm/trunk/docs/PDB/TpiStream.rst

Modified: llvm/trunk/docs/PDB/TpiStream.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/PDB/TpiStream.rst?rev=357825&r1=357824&r2=357825&view=diff
==============================================================================
--- llvm/trunk/docs/PDB/TpiStream.rst (original)
+++ llvm/trunk/docs/PDB/TpiStream.rst Fri Apr  5 15:09:14 2019
@@ -10,7 +10,7 @@ The PDB TPI and IPI Streams
 Introduction
 ============
 
-The PDB TPI Stream (Index 2) and IPI Stream (Index 3) contain information about
+The PDB TPI Stream (Index 2) and IPI Stream (Index 4) contain information about
 all types used in the program.  It is organized as a :ref:`header <tpi_header>`
 followed by a list of :doc:`CodeView Type Records <CodeViewTypes>`.  Types are
 referenced from various streams and records throughout the PDB by their




More information about the llvm-commits mailing list