commit | e122da19eab39f1272dcd76b08b028a0134f9cd5 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Thu Mar 17 10:50:17 2016 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Thu Mar 17 10:50:17 2016 +0000 |
tree | f40d864a901bac9ba5e814984b2830d75b9efab3 | |
parent | 34223a7e5d1053c5d6c9fc7fbef363b5d9f2f8d8 [diff] |
[OPENMP 4.5] Allow to use private data members in 'copyprivate' clause. OpenMP 4.5 allows privatization of non-static data members in non-static member functions. This patch adds support of private data members in 'copyprivate' clauses. llvm-svn: 263706