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

    <tr>
        <th>Summary</th>
        <td>
            clang-format doesn't show the names of unfound files
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang-format
      </td>
    </tr>

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

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

<pre>
    ```
$ clang-format a.c b.c
No such file or directory
No such file or directory
```
Expected error messages:
```
$ clang-format a.c b.c
a.c: No such file or directory
b.c: No such file or directory
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyMkcuO3CAURL8GNqgtuPjRLFh0NPEy_8DjYhNh0wI8k_n7aHqsvBQlIyEhcQvqUGVqjcuOqMnwiQDkF9ydIQBkeKLmaGsu-v2M2uxfNRn5ufgT4TcCPXPJ7Msl5LKZxkznmO3c-_RLZvVwKwsxIcuF-VjQtVxePzT-w-rztzu6hp5hKbmwDWs1C1Yib3-V_5vMdI7IG_sPgf2Q6ocx9Vp6JZWhqMUE6gpCCUlXfbUwqMAH45UZbRilVEr44PrgnZ2uSKMGDr3gMHDgg5Bd6N0AUiKoiYtp6EnPcTMxdSk9b10uC421HqiFkKMUNBmLqZ4V_vrrs8ii3-5d7LFU0vMUa6s_X2qxJdS_ZeUz1p3A1Fhd8wtrK7LdbFhZDuzYQz52_0ij0qMkvbZ2f_QAM4F5iW09bOfyRmB-Mzm3y73kr-gagfnBXgnMJ_6zhu8BAAD__9f9x3Q">