[OPENMP]Fix PR40191: Do not allow orphaned cancellation constructs.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 8 Jan 2019 15:53:42 +0000 (15:53 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 8 Jan 2019 15:53:42 +0000 (15:53 +0000)
commit185e88d9975d39d27e5503b40a2fb6a873aa1719
tree6ff28fb5f993c54f2330c6e67f787f904a55a35f
parent073d184ee37d0daf5e944740635121f73a59c66b
[OPENMP]Fix PR40191: Do not allow orphaned cancellation constructs.

Prohibited use of the orphaned cancellation directives.

llvm-svn: 350634
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/cancel_messages.cpp
clang/test/OpenMP/cancellation_point_messages.cpp