[llvm-bugs] [Bug 39804] New: Documentation wrong for DIFile

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 27 00:12:06 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39804

            Bug ID: 39804
           Summary: Documentation wrong for DIFile
           Product: libraries
           Version: 7.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: andreas.haferburg at gmx.de
                CC: jdevlieghere at apple.com, keith.walker at arm.com,
                    llvm-bugs at lists.llvm.org,
                    paul_robinson at playstation.sony.com

The change described here https://reviews.llvm.org/D43043 didn't update the
docs.

On http://releases.llvm.org/7.0.0/docs/LangRef.html#difile, it still reads
"Valid values for checksumkind: field are: {CSK_None, CSK_MD5, CSK_SHA1}" even
though CSK_None is now invalid (clang would print "error: invalid checksum kind
'CSK_None'").

The checksumkind parameter should be marked optional in the docs, and the
CSK_None should be removed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181127/99f49546/attachment.html>


More information about the llvm-bugs mailing list