<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/62970>62970</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [clang-doc] `bool` types in C++ sources get output as `_Bool`
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          NekkoDroid
      </td>
    </tr>
</table>

<pre>
    When using `clang-doc` on C++ sources that make use of `bool` they get output as `_Bool` in the yaml and markdown formats.

Input:
`static bool ProcessEvents()`

Output
`static _Bool ProcessEvents()`
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJx0kU-P2yAQxT_N-IIS4Yn_cfChaRqpl7a3HisM2KbBEDGwq3z7CjfStivtBYTePObN_CSRXbwxI7RnaC-VzGkNcfxmbrdwicHqagr6Mf5cjWeZrF8YdFw56ZeDDgo6zoJnnwHPgGdGIUdliKVVJrbJm2GZDAtz8UwhuFKeVvNgi0ks5HTPiUkq6q_zU7a-VLCH3ByTXrNNxpsOr57NIW4y0RH4Bfinv-dXf88JTs8XdJySTFax0ov9iEEZoi8vxicCHAAFdPxf-_c9wXvzHuUDd6XHkxYnISsz1t3QYl33vajWsemE6oSYWjk0_dw3s27qoZdq0j2vlR4qOyLHE2-xrwfEVhz7WXSzaqahFVi3tYKGm01ad3TuZTuGuFSWKJuxQ9HzysnJONohIXrzynYREAuzOBbPYcoLQcOdpURvvySb3E73DVp7-Q_I426o7P09xQ8hVTm6cU3pTmX3eAW8LjateTqqsAFeS-_ndbjH8NuoBHjdExPgdZ_oTwAAAP__mtbFhg">