]> granicus.if.org Git - clang/commit
[OPENMP] Do not emit warning about non-declared target function params.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Apr 2018 18:28:08 +0000 (18:28 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Apr 2018 18:28:08 +0000 (18:28 +0000)
commit3dcce36d78d75564cd188a029c56d5d69c1fc9c6
tree484a548314cec7b32d29c2e0ad7109c20b78e586
parentf5ef70f4cdfee6db4297252dfd21d357ffc2f1fc
[OPENMP] Do not emit warning about non-declared target function params.

We should not emit warning that the parameters are not marked as declare
target, these declaration are local and cannot be marked as declare
target.

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