Skip to content

Some fixes for clang-tidy on Windows

  1. Add quotes around clang-tidy executable when generating makefile
  2. Use double-quotes around source-file names in makefile (single quotes are not treated correctly on windows)
  3. Allow filenames to start with Windows Drive Letter

Tested on:

  • Windows
  • openSUSE Leap 15.2
Edited by Kai Stierand

Merge request reports