[all-commits] [llvm/llvm-project] 795b17: [Frontend][OpenMP] Implement directive name parser...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu Jul 3 10:18:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 795b17d0b821e44f89d021dec18e9fdb28930ff6
      https://github.com/llvm/llvm-project/commit/795b17d0b821e44f89d021dec18e9fdb28930ff6
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-07-03 (Thu, 03 Jul 2025)

  Changed paths:
    A llvm/include/llvm/Frontend/OpenMP/DirectiveNameParser.h
    M llvm/lib/Frontend/OpenMP/CMakeLists.txt
    A llvm/lib/Frontend/OpenMP/DirectiveNameParser.cpp
    M llvm/unittests/Frontend/CMakeLists.txt
    A llvm/unittests/Frontend/OpenMPDirectiveNameParserTest.cpp

  Log Message:
  -----------
  [Frontend][OpenMP] Implement directive name parser (#146776)

Implement a state machine that consumes tokens (words delimited by white
space), and returns the corresponding directive id, or fails if the tokens
did not form a valid name.



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