]> granicus.if.org Git - clang/commit
[OPENMP] Fixed detection of canonical loops with random access iterators.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 16 Jul 2015 04:19:43 +0000 (04:19 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 16 Jul 2015 04:19:43 +0000 (04:19 +0000)
commit18ad179208246dd1c80545125f86c2ae3f93e340
treeb477aa3be1d8d821f72303593c4f1b78664a866f
parent2e7e2fb00424f9dd27642b7fdc1f2d1fc2bc3328
[OPENMP] Fixed detection of canonical loops with random access iterators.

Add handling of iterators with copy/move constructors with default arguments + converting template constructors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242382 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOpenMP.cpp
test/OpenMP/for_codegen.cpp
test/OpenMP/for_loop_messages.cpp
test/OpenMP/for_simd_loop_messages.cpp
test/OpenMP/parallel_for_loop_messages.cpp
test/OpenMP/parallel_for_simd_loop_messages.cpp
test/OpenMP/simd_loop_messages.cpp