clang-cl is an alternative command line interface to Clang, which is part of the LLVM project.
Trying to use features from OpenMP 3 #pragma omp parallel for collapse(2) in Visual Studio 2017; i'm getting error c3005: 'collapse' unexpected …
c++ visual-studio-2017 openmp clang-cl