summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/StringRef.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-05-13 12:51:40 +0000
committerManuel Klimek <klimek@google.com>2013-05-13 12:51:40 +0000
commita8eb914978d630770da3c16fbf56fcab5bef57f8 (patch)
tree751d15450fc22887bb3acbdd25ea249e37aa7628 /llvm/lib/Support/StringRef.cpp
parent31f75e3f0ac2a0ed8aaa771e7e87aebcf374c000 (diff)
downloadbcm5719-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/StringRef.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud