Top "Clang-cl" questions

clang-cl is an alternative command line interface to Clang, which is part of the LLVM project.

Using OpenMP 3/4 in Visual Studio 2017

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