diff options
author | Roman Kashitsyn <romankashicin@gmail.com> | 2014-08-11 12:18:01 +0000 |
---|---|---|
committer | Roman Kashitsyn <romankashicin@gmail.com> | 2014-08-11 12:18:01 +0000 |
commit | a043cedf0aa6c22437ee9b898da99b5d80db7c09 (patch) | |
tree | 5ff864f008f6f3941f537f5b8fa13baa4fceb338 /llvm/lib/CodeGen/MachineSSAUpdater.cpp | |
parent | 5082ce0ab875b8cf683d758c012c6ece099cbe98 (diff) | |
download | bcm5719-llvm-a043cedf0aa6c22437ee9b898da99b5d80db7c09.tar.gz bcm5719-llvm-a043cedf0aa6c22437ee9b898da99b5d80db7c09.zip |
Fixes bug 20587 - Add K&R break before braces style
Summary:
http://llvm.org/bugs/show_bug.cgi?id=20587
Added K&R style. It could be enabled by the following option:
```
BreakBeforeBraces: KernighanRitchie
```
This style is like `Attach`, but break *only* before function
declarations.
As I can see, no additional logic required to support this style, any
style different from other styles automagically satisfies K&R.
Reviewers: djasper
Reviewed By: djasper
Subscribers: cfe-commits, klimek
Differential Revision: http://reviews.llvm.org/D4837
llvm-svn: 215354
Diffstat (limited to 'llvm/lib/CodeGen/MachineSSAUpdater.cpp')
0 files changed, 0 insertions, 0 deletions