[all-commits] [llvm/llvm-project] a86d00: [OpenACC] Implement combined constr 'seq'/'indepen...

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Nov 13 06:54:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a86d00cf24008929bf32393415bf532c59cec4c4
      https://github.com/llvm/llvm-project/commit/a86d00cf24008929bf32393415bf532c59cec4c4
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaOpenACC.cpp
    M clang/test/ParserOpenACC/parse-clauses.c
    A clang/test/SemaOpenACC/combined-construct-auto_seq_independent-ast.cpp
    A clang/test/SemaOpenACC/combined-construct-auto_seq_independent-clauses.c
    M clang/test/SemaOpenACC/combined-construct.cpp

  Log Message:
  -----------
  [OpenACC] Implement combined constr 'seq'/'independent'/'auto' clauses

These three are identical to the version on compute constructs, so this
patch implements the tests for it, and ensures that we properly validate
it against all the other clauses we're supposed to.  The test is mostly
a mock-up at the moment, since most other clauses aren't implemented
yet for 'loop'.



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