diff options
| author | Manuel Klimek <klimek@google.com> | 2013-05-13 12:51:40 +0000 |
|---|---|---|
| committer | Manuel Klimek <klimek@google.com> | 2013-05-13 12:51:40 +0000 |
| commit | a8eb914978d630770da3c16fbf56fcab5bef57f8 (patch) | |
| tree | 751d15450fc22887bb3acbdd25ea249e37aa7628 /llvm/lib/Support/StreamableMemoryObject.cpp | |
| parent | 31f75e3f0ac2a0ed8aaa771e7e87aebcf374c000 (diff) | |
| download | bcm5719-llvm-a8eb914978d630770da3c16fbf56fcab5bef57f8.tar.gz bcm5719-llvm-a8eb914978d630770da3c16fbf56fcab5bef57f8.zip | |
Implements brace breaking styles.
We now support "Linux" and "Stroustrup" brace breaking styles, which
gets us one step closer to support formatting WebKit, KDE & Linux code.
Linux brace breaking style:
namespace a
{
class A
{
void f()
{
if (x) {
f();
} else {
g();
}
}
}
}
Stroustrup brace breaking style:
namespace a {
class A {
void f()
{
if (x) {
f();
} else {
g();
}
}
}
}
llvm-svn: 181700
Diffstat (limited to 'llvm/lib/Support/StreamableMemoryObject.cpp')
0 files changed, 0 insertions, 0 deletions

