[all-commits] [llvm/llvm-project] f88a29: [clang-format] Fix a bug that changes keyword `or`...

Owen Pan via All-commits all-commits at lists.llvm.org
Tue Mar 4 07:00:21 PST 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: f88a2946737a24565d47eafb7e8257ddf8cbb4fb
      https://github.com/llvm/llvm-project/commit/f88a2946737a24565d47eafb7e8257ddf8cbb4fb
  Author: Owen Pan <owenpiano at gmail.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Format/Format.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/TokenAnnotator.h
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/TokenAnnotatorTest.cpp

  Log Message:
  -----------
  [clang-format] Fix a bug that changes keyword `or` to an identifier (#128410)

Backports ffc61dc393e4 0968df9c3a55 2d585ccecc45

Fixes #105482



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