[LLVMbugs] [Bug 19087] New: Instruction opcodes are not listed on llvm::Instruction documentation page

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Mar 8 17:49:54 PST 2014


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

            Bug ID: 19087
           Summary: Instruction opcodes are not listed on
                    llvm::Instruction documentation page
           Product: Documentation
           Version: 3.4
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Doxygen
          Assignee: unassignedbugs at nondot.org
          Reporter: byron at hawkinssoftware.net
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Instruction opcodes such as Instruction::Call and Instruction::Store do not
appear on the documentation for llvm::Instruction
(http://llvm.org/docs/doxygen/html/classllvm_1_1Instruction.html). Searching
through the source files, I cannot find them declared anywhere. If the opcodes
are generated from some auxiliary file such as Instruction.def, the build
process needs to generate a corresponding doxygen artifact, so that a human
developer can find the list of opcodes. 

Instruction opcodes are of central importance. Please have them listed plainly
in the top section of the documentation page for llvm::Instruction. Thanks.

-- 
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/20140309/71918ab0/attachment.html>


More information about the llvm-bugs mailing list