Reapply: D47195
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 19936 Build 19936: arc lint + arc unit
Event Timeline
lib/Format/ContinuationIndenter.cpp | ||
---|---|---|
1411 | Should we check if State.Stack.back().BreakBeforeParameter is true before doing any of this? |
lib/Format/ContinuationIndenter.cpp | ||
---|---|---|
1411 | I think that performance-wise it wouldn't be worth adding. |
Should we check if State.Stack.back().BreakBeforeParameter is true before doing any of this?