summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud