No compiler errors shown in output and message log with clang 4.0 on linux

Hi everyone. I am using Unreal Engine on Arch Linux and it uses Clang 4.0 to compile the projects. Compiling works fine if my code is syntactically correct. But when I make syntactically errors I get a compiler error but the logs in UE do not show any specific information which kind of error has been made or were to find it (on Windows and VS these messages are red). The only message regarding the error that is shown in logs is the following

Info ERROR: UBT ERROR: Failed to produce item: MyDevDir/ProjectName/Binaries/Linux/libUE4Editor-ProjectName.so

This makes it quite hard to find errors etc. Does anyone know what the problem is? Do I have to set some kind of option or flag?