<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Calibri">Folks, I've just realized that while the
        modernize-use-default-member-init check works for cases where
        all code (the class declaration, the constructor declaration and
        definition) is located in one file. That is a minor case in our
        code base as the absolute majority of code is split between the
        .h/.cpp files.</font></p>
    <p><font face="Calibri">1) Is there something magical that I need to
        do in order to get `clang-tidy` refactoring working for that
        "splic code" case? I have the `compile_commands.json` file and
        checks seem to be working... but this particular check does not.</font></p>
    <p>2) How do I repro the with the LIT tests? Today they just check a
      single file... can I jam a #include there?</p>
    <p>Thanks!<br>
      Oleg.<br>
    </p>
  </body>
</html>