From 628ed39dcf407b22ab19dd3d06c1762e68165621 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 23 Jul 2011 19:59:08 +0000 Subject: 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 --- docs/LangRef.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 225173e3d3..931e9750d3 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -75,7 +75,7 @@
  1. Array Type
  2. Structure Type
  3. -
  4. Opaque Type
  5. +
  6. Opaque Structure Types
  7. Vector Type
@@ -1980,15 +1980,15 @@ as if it writes to the relevant surrounding bytes.

- Opaque Type + Opaque Structure Types

Overview:
-

Opaque types are used to represent named structure types that do not have a - body specified. This corresponds (for example) to the C notion of a forward - declared structure.

+

Opaque structure types are used to represent named structure types that do + not have a body specified. This corresponds (for example) to the C notion of + a forward declared structure.

Syntax:
-- 
cgit v1.2.3