summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/single_ast_print.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2018-02-14[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-03-17[OPENMP 4.5] Allow to use private data members in 'copyprivate' clause.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-01-19[OPENMP] Disable copyprivate an nowait clauses in 'single' directive.Alexey Bataev
2014-06-27[OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev
2014-06-26[OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev