<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Clang-cl /Wall doesn't include all warnings"
   href="https://bugs.llvm.org/show_bug.cgi?id=35206">35206</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang-cl /Wall doesn't include all warnings
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>5.0
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When one looks at the documentation of MSVC for the warnings, it contains
several warning levels /W0-/W4 + /Wall
<a href="https://msdn.microsoft.com/en-us/library/thxezb7y.aspx">https://msdn.microsoft.com/en-us/library/thxezb7y.aspx</a>

The documentation of clang-cl
<a href="https://clang.llvm.org/docs/UsersManual.html#clang-cl">https://clang.llvm.org/docs/UsersManual.html#clang-cl</a> indicates that it
supports the same warning levels by mapping:
/W1-/W3 to -Wall
/W4 and /Wall to -Wall -Wextra

It would be more logical that /Wall would be mapped to -Weverything as /Wall in
MSVC includes all warnings in MSVC, including several warnings its STL
violates.
-Weverything seems like the best fit for these.</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>