From: Chris Lattner Date: Sat, 23 Jul 2011 19:59:08 +0000 (+0000) Subject: clarify that opaque is actually a struct type, PR10430 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=628ed39dcf407b22ab19dd3d06c1762e68165621;p=oota-llvm.git 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 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 225173e3d30..931e9750d32 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: