summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/threadprivate_ast_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Small update in threadprivate variables processing to fix template ↵Alexey Bataev2014-03-071-0/+7
| | | | | | instantiation. llvm-svn: 203214
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-3/+3
| | | | llvm-svn: 203081
* [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes ↵Alexey Bataev2014-01-311-2/+0
| | | | | | processing. (http://llvm-reviews.chandlerc.com/D2451) llvm-svn: 200513
* Disable test fully with REQUIRESAlp Toker2013-11-051-2/+3
| | | | | | Third time's the charm, sorry for the noise. llvm-svn: 194076
* Disable the test that crashesAlp Toker2013-11-051-3/+2
| | | | | | XFAIL wasn't enough for some of the build servers. llvm-svn: 194073
* Fix a test that was never being run, mark it XFAILAlp Toker2013-11-051-1/+3
| | | | | | | | | | | Turns out this has always been crashing since the test landed in r186647: Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl"), function CheckAccessDeclContext, file clang/lib/AST/DeclBase.cpp, line 690. Needs attention. llvm-svn: 194072
* [OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev2013-09-261-1/+10
| | | | llvm-svn: 191416
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+7
| | | | llvm-svn: 186647
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+43
llvm-svn: 177705
OpenPOWER on IntegriCloud