summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
diff options
context:
space:
mode:
authorFrancois Ferrand <thetypz@gmail.com>2018-03-01 10:09:13 +0000
committerFrancois Ferrand <thetypz@gmail.com>2018-03-01 10:09:13 +0000
commit2a9ea781f365a1c34057c072efcd4efbdeee821e (patch)
tree72c2d3a28c018d18f77645e14df30bdd0495538d /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
parentcaf26f23af1095eb24abd6e9f9c63947502ee0eb (diff)
downloadbcm5719-llvm-2a9ea781f365a1c34057c072efcd4efbdeee821e.tar.gz
bcm5719-llvm-2a9ea781f365a1c34057c072efcd4efbdeee821e.zip
[clang-format] Add SpaceBeforeColon option
Summary: When disabled, this option allows removing the space before colon, making it act more like the semi-colon. When enabled (default), the current behavior is not affected. This mostly affects C++11 loop, initializer list, inheritance list and container literals: class Foo: Bar {} Foo::Foo(): a(a) {} for (auto i: myList) {} f({a: 1, b: 2, c: 3}); Reviewers: krasimir, djasper Reviewed By: djasper Subscribers: xvallspl, teemperor, karies, cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D32525 llvm-svn: 326426
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud