<html>
    <head>
      <base href="https://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 --- - No way to obtain the opcode of a BinaryExpr from the C API"
   href="https://llvm.org/bugs/show_bug.cgi?id=28768">28768</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>No way to obtain the opcode of a BinaryExpr from the C API
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </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>libclang
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>eternaleye@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>klimek@google.com, llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This results in anyone unable to use the C++ API (specifically, bindings) being
unable to use libclang for actually parsing C, driving them to use other tools
(such as the Haskell Language.C library).

Relevant:

Corrode didn't use libclang due to it missing this (among other things):
<a href="https://github.com/jameysharp/corrode/issues/50#issuecomment-236098060">https://github.com/jameysharp/corrode/issues/50#issuecomment-236098060</a>

The libclang Rust bindings would support it if available:
<a href="https://github.com/KyleMayes/clang-rs/issues/5">https://github.com/KyleMayes/clang-rs/issues/5</a></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>