[all-commits] [llvm/llvm-project] a36227: fixes bug #51926 where dangling comma caused overrun

Fred Grim via All-commits all-commits at lists.llvm.org
Tue Sep 28 15:59:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a36227cb2b6a14fc30bfd303328d1d1abb632010
      https://github.com/llvm/llvm-project/commit/a36227cb2b6a14fc30bfd303328d1d1abb632010
  Author: Fred Grim <fgrim at apple.com>
  Date:   2021-09-28 (Tue, 28 Sep 2021)

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

  Log Message:
  -----------
  fixes bug #51926 where dangling comma caused overrun

bug 51926 identified an issue where a dangling comma caused the cell count to be to off by one

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




More information about the All-commits mailing list