[OPENMP 4.5] Initial support for data members in 'reduction' clauses.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 29 Feb 2016 05:54:20 +0000 (05:54 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 29 Feb 2016 05:54:20 +0000 (05:54 +0000)
commit60da77e4388c09f22e5dd0d56b9049c5ac5d5bf3
tree92a52091fac47bd1c9cf6de3df8dbe89e6eac185
parentcd5855e3549eebbf2a22d31b37f36d223c4c7b62
[OPENMP 4.5] Initial support for data members in 'reduction' clauses.

OpenMP 4.5 allows to privatize non-static data members of current class
in non-static member functions. Patch adds initial parsing/semantic
analysis for data members support in 'reduction' clauses.

llvm-svn: 262199
clang/lib/AST/StmtPrinter.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/parallel_ast_print.cpp