[all-commits] [llvm/llvm-project] e094dd: [OPENMP50]Fix size calculation for array shaping e...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Mar 31 15:45:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e094dd5adcbdd7f49226d93c3964f99bf5a25ba6
      https://github.com/llvm/llvm-project/commit/e094dd5adcbdd7f49226d93c3964f99bf5a25ba6
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_depend_messages.cpp

  Log Message:
  -----------
  [OPENMP50]Fix size calculation for array shaping expression in the
codegen.

Need to include the size of the pointee type when trying to calculate
the total size of the array shaping expression.




More information about the All-commits mailing list