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: unassignedb...@nondot.org
          Reporter: andreas.haferb...@gmx.de
                CC: jdevliegh...@apple.com, keith.wal...@arm.com,
                    llvm-bugs@lists.llvm.org,
                    paul_robin...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to