<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kirillbobyrev@gmail.com" title="Kirill Bobyrev <kirillbobyrev@gmail.com>"> <span class="fn">Kirill Bobyrev</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Can not find my own write checker"
   href="https://llvm.org/bugs/show_bug.cgi?id=25399">bug 25399</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>kirillbobyrev@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Can not find my own write checker"
   href="https://llvm.org/bugs/show_bug.cgi?id=25399#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Can not find my own write checker"
   href="https://llvm.org/bugs/show_bug.cgi?id=25399">bug 25399</a>
              from <span class="vcard"><a class="email" href="mailto:kirillbobyrev@gmail.com" title="Kirill Bobyrev <kirillbobyrev@gmail.com>"> <span class="fn">Kirill Bobyrev</span></a>
</span></b>
        <pre>Seems that you've done everything right while registering the checker.
Generally to verify that a checker is available you'd do `clang -cc1
-analyzer-checker-help | grep "your_checker_name"`, see
<a href="http://clang-analyzer.llvm.org/checker_dev_manual.html">http://clang-analyzer.llvm.org/checker_dev_manual.html</a>

As Anna pointed out, you'd want to pass the built clang to the scan-build with
--use-analyzer, because otherwise it uses /usr/bin/clang.

By the way, you probably also want to call
{LLVM_SOURCE_DIR}/tools/clang/tools/scan-build/scan-build instead the one in
system, because it contains the most relevant patches :)

Thus said, I do not see a bug here.</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>