The SortIncludes flag in clang-format will not correctly identify main header file includes in sources (probably due to usage of brackets and full paths).
This results in broken code, if clang-format is applied to e.g.
which will reorder the two includes alphabetically (u < w), and the util.h include will then fail to compile due to missing QString definition.