summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-04-22 12:24:45 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-04-22 12:24:45 +0000
commit50a6458870bad4f1aa8938e2ffa9fa40f6e2d24f (patch)
tree872b71e05bcb037563da56379271348bf513f71b /clang/lib/Sema/TreeTransform.h
parent5c3c43afc11399e2ce4b288d802640aec4a1df1f (diff)
downloadbcm5719-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/TreeTransform.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud