Alexey Bataev
48c0bfb99f
[OPENMP 4.5] Allow to use non-static data members in non-static member functions in 'private' clause.
...
OpenMP 4.5 allows to use non-static members of current class in non-static member functions in 'private' clause. Patch adds initial support for privatizing data members.
llvm-svn: 258299
2016-01-20 09:07:54 +00:00
Carlo Bertolli
6200a3d0f3
Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule
...
llvm-svn: 255498
2015-12-14 14:51:25 +00:00
NAKAMURA Takumi
2d5c6ddf74
Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule."
...
It causes memory leak. Some tests in test/OpenMP would fail.
llvm-svn: 255094
2015-12-09 04:35:57 +00:00
Carlo Bertolli
b9bfa75b28
Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule.
...
llvm-svn: 255001
2015-12-08 04:21:03 +00:00