Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flang][OpenMP] Diagnose invalid reduction modifiers #92406

Merged
merged 6 commits into from
May 22, 2024

Commits on May 16, 2024

  1. [flang][OpenMP] Diagnose invalid reduction modifiers

    Emit diagnostic messages for invalid modifiers in "reduction" clause.
    
    Fixes llvm#92397
    kparzysz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2854e27 View commit details
    Browse the repository at this point in the history
  2. Minor formatting changes

    kparzysz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4dc8ed1 View commit details
    Browse the repository at this point in the history
  3. clang-format

    kparzysz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    74ad5a2 View commit details
    Browse the repository at this point in the history
  4. More clang-format

    kparzysz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    903ffaf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Apply review comments

    kparzysz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7eb0ef2 View commit details
    Browse the repository at this point in the history
  2. Reword comment, formatting

    kparzysz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5e1efff View commit details
    Browse the repository at this point in the history