[llvm-commits] [llvm] r146781 - /llvm/trunk/docs/SourceLevelDebugging.html

Eric Christopher echristo at apple.com
Fri Dec 16 15:42:33 PST 2011


Author: echristo
Date: Fri Dec 16 17:42:33 2011
New Revision: 146781

URL: http://llvm.org/viewvc/llvm-project?rev=146781&view=rev
Log:
Update documentation.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.html

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=146781&r1=146780&r2=146781&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri Dec 16 17:42:33 2011
@@ -574,6 +574,7 @@
   i64,      ;; Size in bits
   i64,      ;; Alignment in bits
   i64,      ;; Offset in bits
+  i32,      ;; Flags to encode attributes, e.g. private
   metadata, ;; Reference to type derived from
   metadata, ;; (optional) Name of the Objective C property assoicated with 
             ;; Objective-C an ivar 





More information about the llvm-commits mailing list