[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)
commitd0df36a79a599677520d6becad8991e4d6ca1971
tree1ed90765d5648d97ac45a7511c3a2d73d0c097a6
parent1babf5ff32898056a8c63b4de9efb1cc24ea1a3b
[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.

llvm-svn: 331211
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/declare_target_messages.cpp