summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/task_depend_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible crash on null base or type for array elements.Alexey Bataev2015-08-251-1/+3
| | | | llvm-svn: 245939
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-1/+16
| | | | | | | | Adds parsing/sema analysis/serialization/deserialization for array sections in OpenMP constructs (introduced in OpenMP 4.0). Currently it is allowed to use array sections only in OpenMP clauses that accepts list of expressions. Differential Revision: http://reviews.llvm.org/D10732 llvm-svn: 245937
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+39
Parsing and sema analysis (without support for array sections in arguments) for 'depend' clause (used in 'task' directive, OpenMP 4.0). llvm-svn: 240409
OpenPOWER on IntegriCloud