Details
Details
- Reviewers
djasper
Diff Detail
Diff Detail
Event Timeline
Comment Actions
One remark, otherwise looks good!
| lib/Format/ContinuationIndenter.cpp | ||
|---|---|---|
| 602 | Is NextNonComment->Previous != Current? (Except for the fact that NextNonComment->Previous could be a comment in: void SomeType:: // whyever someone would put a comment here
operator+() { ... | |
Is NextNonComment->Previous != Current? (Except for the fact that NextNonComment->Previous could be a comment in:
void SomeType:: // whyever someone would put a comment here operator+() { ...