summaryrefslogtreecommitdiff
path: root/lib/AST/DeclOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-7/+20
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+30
* Don't use ASTContext in DeclOpenMP.h because it's still incomplete.Eric Fiselier2019-02-011-0/+10
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+50
* 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/+32
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane2018-08-011-0/+8
* [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL fileErich Keane2018-06-011-3/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev2016-12-201-4/+9
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+30
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-11/+10
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-1/+20
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-5/+5
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-221-11/+4
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+1
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-5/+5
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+60