]> granicus.if.org Git - clang/commit
[OPENMP] Fix PR38902: support ADL for declare reduction constructs.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 12 Sep 2018 16:31:59 +0000 (16:31 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 12 Sep 2018 16:31:59 +0000 (16:31 +0000)
commitcbe41bdb06de4c484627eec4132dff4c42a336e7
treebab099199604d838436e6dbe9e37f05885d0f1fa
parent2e989bf8734436a720040d4ed3b6a02c264bdaf3
[OPENMP] Fix PR38902: support ADL for declare reduction constructs.

Added support for argument-dependent lookup when trying to find the
required declare reduction decl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342062 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOpenMP.cpp
test/OpenMP/declare_reduction_ast_print.cpp