<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 - Man page, home page, etc. should mention ALL clang commands, such as clang++"
   href="https://bugs.llvm.org/show_bug.cgi?id=45874">45874</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Man page, home page, etc. should mention ALL clang commands, such as clang++
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Documentation
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>9.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>General docs
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>As a seasoned programmer whose used gcc/g++ since like 1.37 I decided to try
clang for the first time.  After reading the manpage in detail (searching for
++), the home page, and even the Wiki page, it was clear that clang supported
C++... and yet trying to compile or link C++ with clang wasn't finding the C++
Standard Library.

Problem simple enough: the command for C++ is clang++.

But that's not mentioned ANYWHERE that I could find even in a good 20-30
minutes of reading.

For the man page, it'd suffice to simply add clang++ to the SYNOPSIS section
under clang.  (Probably should add the ObjC and ObjC++ commands too... whatever
they are...)</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>