]> granicus.if.org Git - clang/commit
[OPENMP] Do not emit warning for implicitly declared target functions.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 2 May 2018 17:39:00 +0000 (17:39 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 2 May 2018 17:39:00 +0000 (17:39 +0000)
commit9ef137c5af216550775914c4fcdd184e7957db47
tree5abafd0204d6963ff0719166247c11dec98071f4
parent1d6233649c68bcf324b4fdf1b434486285dbf6b2
[OPENMP] Do not emit warning for implicitly declared target functions.

Since upcoming OpenMP 5.0 functions can be mapped implicitly as declare
target and we should not emit warnings for such functions.

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