summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/allocate_allocator_ast_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Warn if the different allocator is used for the variable.Alexey Bataev2019-03-191-5/+6
| | | | | | | | If the allocator was specified for the variable and next one is found with the different allocator, the warning is emitted, and the allocator is ignored. llvm-svn: 356513
* [OPENMP] Codegen for local variables with the allocate pragma.Alexey Bataev2019-03-191-8/+12
| | | | | | | | Added initial codegen for the local variables with the #pragma omp allocate directive. Instead of allocating the variables on the stack, __kmpc_alloc|__kmpc_free functions are used for memory (de-)allocation. llvm-svn: 356472
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+89
Added parsing/sema analysis/serialization/deserialization for the 'allocator' clause of the 'allocate' directive. llvm-svn: 355952
OpenPOWER on IntegriCloud