This handles a case where the trailing '*/' of a multiline jsdoc eding in a
comment pragma wouldn't be put on a new line.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9118 Build 9118: arc lint + arc unit
Event Timeline
lib/Format/BreakableToken.cpp | ||
---|---|---|
688 | Can you add a comment on what this is doing? It's non obvious. Make sure to document both intention (why) and implementation (how). | |
688 | I don't understand why we're trimming Content.back() here, and Lines.back() below. | |
690 | Whitespaces seems like a bad variable name, isn't this rather the index of trimmed whitespace in the last line? |
Can you add a comment on what this is doing? It's non obvious. Make sure to document both intention (why) and implementation (how).