[all-commits] [llvm/llvm-project] 50b51b: Fix a typo in an OpenMP test

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue May 3 07:02:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50b51b1860acbfb775d5e2eee3310e25c635d667
      https://github.com/llvm/llvm-project/commit/50b51b1860acbfb775d5e2eee3310e25c635d667
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M clang/test/OpenMP/predefined_macro.c

  Log Message:
  -----------
  Fix a typo in an OpenMP test

This fixes the typo and corrects the default OpenMP version being
tested.


  Commit: 50c959b4fa4288127026a6a908c9a6d74b6f5d11
      https://github.com/llvm/llvm-project/commit/50c959b4fa4288127026a6a908c9a6d74b6f5d11
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M clang/lib/Frontend/InitPreprocessor.cpp

  Log Message:
  -----------
  Add explicit OpenMP 5.0 case for version macros; NFC

This adds an explicit case for OpenMP 5.0 as a reminder to still define
the correct macro value when the default OpenMP version changes in the
future.


Compare: https://github.com/llvm/llvm-project/compare/3e8aca5324e7...50c959b4fa42


More information about the All-commits mailing list