[all-commits] [llvm/llvm-project] 3a3d9a: [Clang][OpenMP] Fix wrong form of 'cond-update-stm...

Shilei Tian via All-commits all-commits at lists.llvm.org
Mon Feb 21 08:40:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a3d9ae545925162ebbe820639cd2fe072ff4dd8
      https://github.com/llvm/llvm-project/commit/3a3d9ae545925162ebbe820639cd2fe072ff4dd8
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M clang/test/OpenMP/atomic_ast_print.cpp

  Log Message:
  -----------
  [Clang][OpenMP] Fix wrong form of 'cond-update-stmt' in atomic_ast_print.cpp

In `clang/test/OpenMP/atomic_ast_print.cpp` for `atomic compare capture`,
it was using 'cond-expr-stmt' instead of 'cond-update-stmt'. The spec only supports
'cond-update-stmt'.

Reviewed By: ABataev

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




More information about the All-commits mailing list