[PATCH] D64878: [OpenMP] Fix sema check for unified memory case NFC

2019-07-17 Thread Alexey Bataev via Phabricator via cfe-commits
ABataev added a comment. It does not look like NFC patch, the functionality has changed. Rename it, please, and a test case that reveals why we need this patch. Also, add a better description of the logic. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64878/new/

[PATCH] D64878: [OpenMP] Fix sema check for unified memory case NFC

2019-07-17 Thread Gheorghe-Teodor Bercea via Phabricator via cfe-commits
gtbercea created this revision. gtbercea added a reviewer: ABataev. Herald added subscribers: cfe-commits, jdoerfert, guansong. Herald added a project: clang. This patch fixes a condition introduced in patch D60883 . Repository: rC Clang https://reviews.llvm.