This patch stops reflowing comment lines starting with '@', since they commonly
have a special meaning.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29323
[clang-format] Don't reflow comment lines starting with '@'. ClosedPublic Authored by krasimir on Jan 31 2017, 3:43 AM.
Details Summary This patch stops reflowing comment lines starting with '@', since they commonly
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 31 2017, 3:46 AM Closed by commit rL293617: [clang-format] Don't reflow comment lines starting with '@'. (authored by krasimir). · Explain WhyJan 31 2017, 3:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 86406 cfe/trunk/lib/Format/BreakableToken.cpp
cfe/trunk/unittests/Format/FormatTest.cpp
|