summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_sections_lastprivate_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Fixed data-sharing attributes processing for variables with globalAlexey Bataev2015-01-161-2/+2
| | | | | | | | storage. This fix allows to use non-constant global variables, static local variables and static data members in data-sharing attribute clauses in parallel and task regions. llvm-svn: 226250
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+269
llvm-svn: 212516
OpenPOWER on IntegriCloud