[all-commits] [llvm/llvm-project] b9d771: [clang-format] Fix a bug in aligning comments abov...

owenca via All-commits all-commits at lists.llvm.org
Wed Jun 10 22:15:25 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9d7710311cf31521c784609fc2648f980637059
      https://github.com/llvm/llvm-project/commit/b9d7710311cf31521c784609fc2648f980637059
  Author: owenca <owenpiano at gmail.com>
  Date:   2026-06-10 (Wed, 10 Jun 2026)

  Changed paths:
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/unittests/Format/FormatTest.cpp

  Log Message:
  -----------
  [clang-format] Fix a bug in aligning comments above finalized line (#202253)

Don't change the indent level of the comments if they are already
aligned with the finalized line below.

Fixes #200521



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