Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Format/Format.h | ||
---|---|---|
3073–3076 | Let's leave it as is because the new lines don't always get a leading *: $ cat foo.cpp /* The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. */ $ clang-format -style='{ReflowComments: true}' foo.cpp /* The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. */ | |
3863 | We need an empty line after /// \endcode. |
clang/include/clang/Format/Format.h | ||
---|---|---|
3863 |
We need an empty /// line. |
clang/include/clang/Format/Format.h | ||
---|---|---|
3073–3076 | That was from a short glimpse on the code. |
clang/include/clang/Format/Format.h | ||
---|---|---|
3073–3076 |
I suppose this also ties into https://github.com/llvm/llvm-project/issues/58710 |
Let's leave it as is because the new lines don't always get a leading *: