summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/chain-openmp-allocate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-0/+7
| | | | | | | | | | | allocators. It is better to deduce omp_allocator_handle_t type from the predefined allocators, because omp.h header might not define it explicitly. Plus, it allows to identify the predefined allocators correctly when trying to build the allcoator for the global variables. llvm-svn: 356607
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-2/+5
| | | | | | | Added parsing/sema analysis/serialization/deserialization for the 'allocator' clause of the 'allocate' directive. llvm-svn: 355952
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+36
Added parsing/sema analysis/serialization/deserialization support for 'allocate' directive. llvm-svn: 355614
OpenPOWER on IntegriCloud