This revision was automatically updated to reflect the committed changes.
Closed by commit rC361829: [CodeComplete] Consistently break after
'{' in multi-line patterns (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62405?vs=201274&id=201666#toc
Repos
ilya-biryukov created this revision.
ilya-biryukov added a reviewer: gribozavr.
Herald added a project: clang.
Completion can return multi-line patterns in some cases, e.g.
for (<#init#>; <#cond#>; <#inc#>) {
<#body#>
}
However, most patterns break the line only before closing brace,
resul