summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclOpenMP.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-3/+49
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+67
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-1/+1
* Don't use ASTContext in DeclOpenMP.h because it's still incomplete.Eric Fiselier2019-02-011-8/+2
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+102
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+71
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-2/+32
* [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane2018-08-011-8/+7
* [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL fileErich Keane2018-06-011-2/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-13/+13
* [OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev2018-01-231-2/+2
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-2/+18
* [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev2016-12-201-4/+7
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-8/+3
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-2/+81
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-10/+10
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-1/+30
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-0/+1
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-6/+7
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-3/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-5/+5
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-141-0/+9
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-14/+12
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+83