[all-commits] [llvm/llvm-project] 48bad0: [OPENMP]Improve handling of possibly incorrectly m...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Jan 14 11:50:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 48bad08aa3b3bf6ad5dabe858fa655a623757395
https://github.com/llvm/llvm-project/commit/48bad08aa3b3bf6ad5dabe858fa655a623757395
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/target_map_messages.cpp
Log Message:
-----------
[OPENMP]Improve handling of possibly incorrectly mapped types.
Need to analayze the type of the expression for mapping, not the type of
the declaration.
More information about the All-commits
mailing list