aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclOpenMP.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-20[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev1-4/+9
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev1-0/+30
2016-02-11[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev1-11/+10
2016-02-08[OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev1-1/+20
2015-12-29[TrailingObjects] Convert Decl* classes.James Y Knight1-5/+5
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-1/+1
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2013-11-22Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith1-11/+4
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev1-0/+1
2013-05-13OpenMP threadprivate with qualified names.Alexey Bataev1-5/+5
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev1-0/+60