[all-commits] [llvm/llvm-project] 6dbaa8: [clang-format] Fix a regression in ContinuationInd...

Owen Pan via All-commits all-commits at lists.llvm.org
Fri Apr 26 16:58:53 PDT 2024


  Branch: refs/heads/release/18.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dbaa89433f785799797d14e4c36805998fc6bad
      https://github.com/llvm/llvm-project/commit/6dbaa89433f785799797d14e4c36805998fc6bad
  Author: Owen Pan <owenpiano at gmail.com>
  Date:   2024-04-26 (Fri, 26 Apr 2024)

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

  Log Message:
  -----------
  [clang-format] Fix a regression in ContinuationIndenter (#88414)

Commit d06b92391513 caused a regression that breaks after a block
comment adjacent to a function paramter that follows.

Fixes #86573.

(cherry picked from commit d61edecbfd099143e0e2617505fec921524938f8)



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