<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi!</p>
    <p>For Clang Static Analyzer (CSA) and for Clang Tidy there are a
      lot of unit-tests. That's great, but from my point of view running
      CSA and clang tidy <b>regularly </b>on some set of real life
      projects and comparing the results between runs is also important
      to check any regressions.</p>
    <p>Now I know that for CSA there are set of useful scripts in
      'clang/utils/analyzer' but didn't find anything similar for
      clang-tidy.<br>
    </p>
    <p>My questions are:<br>
    </p>
    <ol>
      <li>Are there any buildbots which test CSA and/or Clang Tidy on
        some set of projects regularly? If there are not any buildbots -
        is it possible to setup it?<br>
      </li>
      <li>I didn't find anything about regression testing in official
        documentation. I think a note about regression testing has to be
        added to the documentation: how it works now, how to it for your
        code, etc. Now we have just small note about running unit-tests
        - <a
          href="https://clang-analyzer.llvm.org/checker_dev_manual.html#testing">https://clang-analyzer.llvm.org/checker_dev_manual.html#testing</a></li>
    </ol>
    <p>Thank you.<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Best regards,
Alexander Zaitsev</pre>
  </body>
</html>