[all-commits] [llvm/llvm-project] e00d32: [clang-format][NFC] Delete TT_LambdaArrow (#70519)
Owen Pan via All-commits
all-commits at lists.llvm.org
Sat Oct 28 12:48:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e00d32afb9d33a1eca48e2b041c9688436706c5b
https://github.com/llvm/llvm-project/commit/e00d32afb9d33a1eca48e2b041c9688436706c5b
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-10-28 (Sat, 28 Oct 2023)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/lib/Format/FormatToken.h
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format][NFC] Delete TT_LambdaArrow (#70519)
It's one type of TT_TrailingReturnArrow.
More information about the All-commits
mailing list