Support for OpenMP 4

I was wondering which features of OpenMP 4.0 and OpenMP 4.5 are already implemented and working correctly in Clang 3.8.0?

Hi,
see http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html#openmp-support-in-clang for a list of supported features from 4.0/4.5.
Trunk has full support for all non-offloading features of OpenMP 4.5

Best regards,
Alexey Bataev