http://llvm.org/bugs/show_bug.cgi?id=8274

           Summary: Debug block descriptor documentation inconsistency
           Product: Documentation
           Version: 2.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


http://llvm.org/releases/2.7/docs/SourceLevelDebugging.html#format_blocks

Lists block descriptors as only having a tag and a reference to a context
descriptor.  Clang output has two additional integers, a line and column number
in this piece of metadata and the code has two optional parameters for line and
column number in DebugInfo.h:641

Documentation could describe if and when when line/column need to be used with
lexical blocks.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to