[all-commits] [llvm/llvm-project] 1a1a11: [clang][OpenMP] Issue a warning when parsing futur...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Jul 7 06:48:15 PDT 2025


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

  Changed paths:
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/lib/Parse/ParseOpenMP.cpp
    A clang/test/OpenMP/openmp-6-future-spellings.cpp

  Log Message:
  -----------
  [clang][OpenMP] Issue a warning when parsing future directive spelling (#146933)

OpenMP 6.0 introduced alternative spelling for some directives, with the
previous spellings still allowed.

Warn the user when a new spelling is encountered with OpenMP version set
to an older value.



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