This patch makes NoLineBreakFormatter to insert a break before tokens where
MustBreakBefore is true.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6476 Build 6476: arc lint + arc unit
Event Timeline
Comment Actions
Are there cases where this makes a difference? If so, add a test. If not, add something to the patch description to clarify.
lib/Format/TokenAnnotator.cpp | ||
---|---|---|
2473 | Maybe add to the comment: "Import statements, especially in JavaScript, can be an exception to this rule." |
Maybe add to the comment: "Import statements, especially in JavaScript, can be an exception to this rule."