[LLVMbugs] [Bug 8274] New: Debug block descriptor documentation inconsistency

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 1 15:10:38 PDT 2010


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: unassignedbugs at nondot.org
        ReportedBy: clemahieu at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list