[OPENMP] Check DSA for variables captured by value.
Currently clang checks for default data sharing attributes only for variables captured in OpenMP regions by reference. Patch adds checks for variables captured by value. llvm-svn: 303077
Loading
Please sign in to comment