summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/simd_linear_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Fix for checking of data-sharing attributes for canonical var decls ↵Alexey Bataev2015-04-161-2/+10
| | | | | | | | | | | only. Currently checks for active data-sharing attributes for variables are performed for found var decls. Instead these checks must be performed for canonical decls of these variables to avoid possible troubles with with the differently qualified re-declarations of the same variable, for example: namespace A { int x; } namespace B { using A::x; } Both A::x and B::x actually reference the same object A::x and this fact must be taken into account during data-sharing attributes analysis. llvm-svn: 235096
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-1/+2
| | | | llvm-svn: 211007
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+205
Differential Revision: http://reviews.llvm.org/D3272 llvm-svn: 206891
OpenPOWER on IntegriCloud