[all-commits] [llvm/llvm-project] a4f74f: [OPENMP50]Do not imply lvalue as base expression i...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Mar 30 14:07:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a4f74f377b7c42d38a230a19996e3a7fa5a328c7
https://github.com/llvm/llvm-project/commit/a4f74f377b7c42d38a230a19996e3a7fa5a328c7
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/test/OpenMP/task_codegen.c
Log Message:
-----------
[OPENMP50]Do not imply lvalue as base expression in array shaping
expression.
We should not assume that the base expression in the array shaping
operation is an lvalue of some form, it may be an rvalue.
More information about the All-commits
mailing list