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

    <tr>
        <th>Summary</th>
        <td>
            [Clang-CL] Teach clang-cl about /constexpr cl switches
        </td>
    </tr>

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

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

    <tr>
      <th>Reporter</th>
      <td>
          Neumann-A
      </td>
    </tr>
</table>

<pre>
    cl switches 
```
/constexpr:depth<N>
/constexpr:backtrace<N>
/constexpr:steps<N>
```

just need to be mapped to:

```
  -fconstexpr-backtrace-limit=<value>
 Set the maximum number of entries to print in a constexpr evaluation backtrace (0 = no limit)
  -fconstexpr-depth=<value>
 Set the maximum depth of recursive constexpr function calls
 -fconstexpr-steps=<value>
                          Set the maximum number of steps in constexpr function evaluation
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJyEk8GOmzwQx5_GXEZExoYkHDjwJV9O1V7aFzBmCN4ag-xxdvv2ldkoi7qNipAQzMz_N_4zo0IwV4fYsOo_Vp0zFWmcffOCcVLO5W3Wzf2vRlsIb4b0iAEYb9me32_eMnHRswuE74tnsu1xoZHJ0wuT_3-Ndkr_JK80Ps0IhEvYRLck3r7GQOAQe6AZOoRJLcv6wmT7kbEtAMiHh3b-YOfWTIaYPDN5uikb8QMF35GAxiT6bqY4gYtThx7mAdCRNxgSdPHGERgHCh7SgElGkZkdPCjAxJEDk2dwM3wQRf2lqbtd_2plTUudeNTRB3PDDX2ITq9srawNqXxLuBv6J-Hp9dyFVSkd_S_oTwe2_yDrG9nXslYZNsVB1kLUsuLZ2AzdXqm653JfHIahlBLlcCzxII8FL5SuM9MILiouCi5kUVV81_d13x95cdBlif1BsZLjpIzdWXubdrO_ZiaEiE0h9nshM6s6tGEdaiEcvsEaZUKkGfdNKsq7eA2s5NYECp8yZMiu23Cyyl3z0zdWneEHKj2CXr9oC6qbI8F2cmGzIVn0thmJku1pvJm4XA2NsdvpeWLiklD3R774-RU1MXFZGwxMXO4nuDXidwAAAP__dxYmrg">