[all-commits] [llvm/llvm-project] 875b88: [clang-format][NFC] Remove redundant parentheses i...
Owen via All-commits
all-commits at lists.llvm.org
Tue Jul 11 17:05:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 875b881186c4eb146e77e76ad72ee0a356d7c69f
https://github.com/llvm/llvm-project/commit/875b881186c4eb146e77e76ad72ee0a356d7c69f
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/lib/Format/DefinitionBlockSeparator.cpp
M clang/lib/Format/QualifierAlignmentFixer.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineFormatter.cpp
Log Message:
-----------
[clang-format][NFC] Remove redundant parentheses in the source code
Reformat the source code with RemoveParentheses set to ReturnStatement.
More information about the All-commits
mailing list