]> granicus.if.org Git - clang/commit
[OPENMP 4.1] Codegen for extended format of 'if' clause.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 3 Sep 2015 08:45:56 +0000 (08:45 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 3 Sep 2015 08:45:56 +0000 (08:45 +0000)
commita7a4f76089042443c19b829a178206a45a2846d1
treee9585cd2cd6d2183768f713365dafd3a3eb13bb6
parent878fd7ec174af3cbfb26977ca93d98dd0f8280f3
[OPENMP 4.1] Codegen for extended format of 'if' clause.
Fixed codegen for extended format of 'if' clauses with special 'directive-name-modifier' + ast-print tests for extended format of 'if' clause.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246748 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/parallel_ast_print.cpp
test/OpenMP/parallel_for_ast_print.cpp
test/OpenMP/parallel_for_simd_ast_print.cpp
test/OpenMP/parallel_if_codegen.cpp
test/OpenMP/parallel_sections_ast_print.cpp
test/OpenMP/target_ast_print.cpp
test/OpenMP/target_data_ast_print.cpp
test/OpenMP/task_ast_print.cpp
test/OpenMP/task_if_codegen.cpp