To get properly integration Clang-Tidy with CLion IDE, next things were implemented:
1) Preserve `Message`, `FileOffset`, `FilePath` in the clang-tidy output.
2) Tag `Replacements` is now optional, because there is no need to write serialize empty array
3) Export all diagnostics, not just the ones with fixes
4) Test-cases