[all-commits] [llvm/llvm-project] ab09f0: [Frontend][OpenMP] Implement directive name parser

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Jul 2 13:50:19 PDT 2025


  Branch: refs/heads/users/kparzysz/spr/d01-name-parser
  Home:   https://github.com/llvm/llvm-project
  Commit: ab09f04b9b78ff604bce4c66e0fd5d5bad8a7077
      https://github.com/llvm/llvm-project/commit/ab09f04b9b78ff604bce4c66e0fd5d5bad8a7077
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-07-02 (Wed, 02 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

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