[all-commits] [llvm/llvm-project] f3671a: [clang-format] break after the closing paren of a ...
Krasimir Georgiev via All-commits
all-commits at lists.llvm.org
Mon Aug 23 06:53:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3671a688db2625ef3736ff3603ef7a9fb78610f
https://github.com/llvm/llvm-project/commit/f3671a688db2625ef3736ff3603ef7a9fb78610f
Author: Krasimir Georgiev <krasimir at google.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/unittests/Format/FormatTestJS.cpp
Log Message:
-----------
[clang-format] break after the closing paren of a TypeScript decoration
This fixes up a regression we found from
https://reviews.llvm.org/D107267: in specific contexts, clang-format
stopped breaking after the `)` in TypeScript decorations. There were no test cases covering this, so I added one.
Reviewed By: MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D108538
More information about the All-commits
mailing list