[all-commits] [llvm/llvm-project] bb8a7a: [OpenACC] Implement 'pqr-list' has at least one 1 ...

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Apr 2 13:36:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb8a7a7349f9842e587cb43b2a81b3d46c1e70ef
      https://github.com/llvm/llvm-project/commit/bb8a7a7349f9842e587cb43b2a81b3d46c1e70ef
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    M clang/lib/Parse/ParseOpenACC.cpp
    M clang/test/AST/ast-print-openacc-combined-construct.cpp
    M clang/test/AST/ast-print-openacc-compute-construct.cpp
    M clang/test/AST/ast-print-openacc-data-construct.cpp
    M clang/test/AST/ast-print-openacc-wait-construct.cpp
    M clang/test/ParserOpenACC/parse-wait-clause.c
    M clang/test/ParserOpenACC/parse-wait-construct.c
    M clang/test/SemaOpenACC/combined-construct-wait-ast.cpp
    M clang/test/SemaOpenACC/combined-construct-wait-clause.c
    M clang/test/SemaOpenACC/compute-construct-intexpr-clause-ast.cpp
    M clang/test/SemaOpenACC/compute-construct-wait-clause.c
    M clang/test/SemaOpenACC/data-construct-wait-ast.cpp
    M clang/test/SemaOpenACC/data-construct-wait-clause.c
    A clang/test/SemaOpenACC/no-empty-pqr-list.cpp
    M clang/test/SemaOpenACC/update-construct.cpp
    M clang/test/SemaOpenACC/wait-construct-ast.cpp

  Log Message:
  -----------
  [OpenACC] Implement 'pqr-list' has at least one 1 item.

OpenACC Github PR#499 defines the pqr-list as having at least 1 item. We
already handle that for all but 'wait', so this patch just does the work
to add it for 'wait', plus adds tests.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list