summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-04-30 04:23:23 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-04-30 04:23:23 +0000
commit9c821037434dc106543d6905f5519b1129eb904f (patch)
tree606d74503746bf46ee86c1491b27b1cc190dfb05 /clang/unittests/Format/FormatTest.cpp
parentf8a16a952dddaf1d38d6f596b78b1041ce5ea2eb (diff)
downloadbcm5719-llvm-9c821037434dc106543d6905f5519b1129eb904f.tar.gz
bcm5719-llvm-9c821037434dc106543d6905f5519b1129eb904f.zip
[OPENMP] Allow to use global variables as lcv in loop-based directives.
For proper codegen we need to capture variable in the OpenMP region. In loop-based directives loop control variables are private by default and they must be captured in this region. There was a problem with capturing of globals, used as lcv, as they was not marked as private by default. Differential Revision: http://reviews.llvm.org/D9336 llvm-svn: 236201
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud