<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Instruction opcodes are not listed on llvm::Instruction documentation page"
href="http://llvm.org/bugs/show_bug.cgi?id=19087">19087</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Instruction opcodes are not listed on llvm::Instruction documentation page
</td>
</tr>
<tr>
<th>Product</th>
<td>Documentation
</td>
</tr>
<tr>
<th>Version</th>
<td>3.4
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Doxygen
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>byron@hawkinssoftware.net
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Instruction opcodes such as Instruction::Call and Instruction::Store do not
appear on the documentation for llvm::Instruction
(<a href="http://llvm.org/docs/doxygen/html/classllvm_1_1Instruction.html">http://llvm.org/docs/doxygen/html/classllvm_1_1Instruction.html</a>). 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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>