aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-05-28 14:33:16 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-05-28 14:33:16 +0000
commit49e432d030d804fada7452460d6871722799f682 (patch)
tree87f87384e6a308512c68e260b0747f24a7a69dab /llvm/lib/Object/XCOFFObjectFile.cpp
parent6a17102731b0d5ff4705bc0212eb38a5658bb89c (diff)
downloadllvm-49e432d030d804fada7452460d6871722799f682.zip
llvm-49e432d030d804fada7452460d6871722799f682.tar.gz
llvm-49e432d030d804fada7452460d6871722799f682.tar.bz2
[CodeComplete] Consistently break after '{' in multi-line patterns
Summary: 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, resulting in code like: namespace <#name#> { <#decls#> } While some (e.g. the 'for' example above) are breaking lines after the opening brace too. This change ensures all patterns consistently break after the opening brace, this leads to nicer UX when using those in an actual editor. Reviewers: gribozavr Reviewed By: gribozavr Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62405 llvm-svn: 361829
Diffstat (limited to 'llvm/lib/Object/XCOFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions