diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-22 12:24:45 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-22 12:24:45 +0000 |
commit | 50a6458870bad4f1aa8938e2ffa9fa40f6e2d24f (patch) | |
tree | 872b71e05bcb037563da56379271348bf513f71b /clang/lib/Sema/SemaCXXScopeSpec.cpp | |
parent | 5c3c43afc11399e2ce4b288d802640aec4a1df1f (diff) | |
download | bcm5719-llvm-50a6458870bad4f1aa8938e2ffa9fa40f6e2d24f.tar.gz bcm5719-llvm-50a6458870bad4f1aa8938e2ffa9fa40f6e2d24f.zip |
[OPENMP] Codegen for 'private' clause in 'for' directive.
This patch generates helper variables which used as a private copies of the corresponding original variables inside an OpenMP 'for' directive. These generated variables are initialized by default (with the default constructor, if any). In OpenMP region references to original variables are replaced by the references to these private helper variables.
Differential Revision: http://reviews.llvm.org/D9106
llvm-svn: 235503
Diffstat (limited to 'clang/lib/Sema/SemaCXXScopeSpec.cpp')
0 files changed, 0 insertions, 0 deletions