[all-commits] [llvm/llvm-project] d9567b: Fix extraneous whitespace addition in line comment...

luis via All-commits all-commits at lists.llvm.org
Sun Feb 20 12:53:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9567babef302cfd7e827df64138151ba2614b83
      https://github.com/llvm/llvm-project/commit/d9567babef302cfd7e827df64138151ba2614b83
  Author: Luis Penagos <luis at penagos.co>
  Date:   2022-02-20 (Sun, 20 Feb 2022)

  Changed paths:
    M clang/lib/Format/BreakableToken.cpp
    M clang/unittests/Format/FormatTestComments.cpp

  Log Message:
  -----------
  Fix extraneous whitespace addition in line comments on clang-format directives

Fixes https://github.com/llvm/llvm-project/issues/53844.
I believe this regression was caused by not accounting for clang-format directives in https://reviews.llvm.org/D92257.

Reviewed By: HazardyKnusperkeks, curdeius

Differential Revision: https://reviews.llvm.org/D120188




More information about the All-commits mailing list