[all-commits] [llvm/llvm-project] 9e9f6e: [OPENMP]Fix PR49468: Declare target should allow e...

cilkplus via All-commits all-commits at lists.llvm.org
Wed Mar 24 12:54:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e9f6eba84f01785ef154539878a7ebd2692344a
      https://github.com/llvm/llvm-project/commit/9e9f6eba84f01785ef154539878a7ebd2692344a
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/test/OpenMP/declare_target_ast_print.cpp

  Log Message:
  -----------
  [OPENMP]Fix PR49468: Declare target should allow empty sequences and namespaces.

The emty declare target/end declare target region should not cause an
error emission.

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




More information about the All-commits mailing list