[all-commits] [llvm/llvm-project] cef9f4: [clang-format] Split TT_AttributeParen (#67396)

Owen Pan via All-commits all-commits at lists.llvm.org
Tue Sep 26 20:27:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef9f40cd4feb395e1993f086619abd9ed016a17
      https://github.com/llvm/llvm-project/commit/cef9f40cd4feb395e1993f086619abd9ed016a17
  Author: Owen Pan <owenpiano at gmail.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/unittests/Format/TokenAnnotatorTest.cpp

  Log Message:
  -----------
  [clang-format] Split TT_AttributeParen (#67396)

Replaced TT_AttributeParen with TT_AttributeLParen and
TT_AttributeRParen.




More information about the All-commits mailing list