clarify that opaque is actually a struct type, PR10430

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135861 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2011-07-23 19:59:08 +00:00
parent ec8f1ea22b
commit 628ed39dcf

View File

@ -75,7 +75,7 @@
<ol> <ol>
<li><a href="#t_array">Array Type</a></li> <li><a href="#t_array">Array Type</a></li>
<li><a href="#t_struct">Structure Type</a></li> <li><a href="#t_struct">Structure Type</a></li>
<li><a href="#t_opaque">Opaque Type</a></li> <li><a href="#t_opaque">Opaque Structure Types</a></li>
<li><a href="#t_vector">Vector Type</a></li> <li><a href="#t_vector">Vector Type</a></li>
</ol> </ol>
</li> </li>
@ -1980,15 +1980,15 @@ as if it writes to the relevant surrounding bytes.
<!-- _______________________________________________________________________ --> <!-- _______________________________________________________________________ -->
<h4> <h4>
<a name="t_opaque">Opaque Type</a> <a name="t_opaque">Opaque Structure Types</a>
</h4> </h4>
<div> <div>
<h5>Overview:</h5> <h5>Overview:</h5>
<p>Opaque types are used to represent named structure types that do not have a <p>Opaque structure types are used to represent named structure types that do
body specified. This corresponds (for example) to the C notion of a forward not have a body specified. This corresponds (for example) to the C notion of
declared structure.</p> a forward declared structure.</p>
<h5>Syntax:</h5> <h5>Syntax:</h5>
<pre> <pre>