[all-commits] [llvm/llvm-project] d66d25: [OpenMP] Refactor the analysis in checkMapClauseBa...

Chi-Chun, Chen via All-commits all-commits at lists.llvm.org
Mon Feb 24 07:39:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d66d25f83824e2d72e06bf0813cc9e9e564dd74c
      https://github.com/llvm/llvm-project/commit/d66d25f83824e2d72e06bf0813cc9e9e564dd74c
  Author: cchen <cchen at cray.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/target_messages.cpp

  Log Message:
  -----------
  [OpenMP] Refactor the analysis in checkMapClauseBaseExpression using StmtVisitor class.

Summary: This step is the preparation of allowing lvalue in map/motion clause.

Reviewers: ABataev, jdoerfert

Reviewed By: ABataev

Subscribers: guansong, cfe-commits

Tags: #clang, #openmp

Differential Revision: https://reviews.llvm.org/D74970




More information about the All-commits mailing list