diff options
author | Pavel Labath <labath@google.com> | 2015-12-17 09:19:36 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-12-17 09:19:36 +0000 |
commit | a6c8217c252bad9a6ffc3b3b30173deab8e8a3f1 (patch) | |
tree | 9347c189b54bfe1bc3fb0bed6a51e4c58da35251 /lldb/packages/Python/lldbsuite/test/expression_command/macros | |
parent | 7b72b658cc9bf083d413fa34863eee956c3d03eb (diff) | |
download | bcm5719-llvm-a6c8217c252bad9a6ffc3b3b30173deab8e8a3f1.tar.gz bcm5719-llvm-a6c8217c252bad9a6ffc3b3b30173deab8e8a3f1.zip |
Add AccessModifierOffset to clang-format style
Summary:
As we override the indent option of the LLVM style, we need to override the access modifier
offset as well. Otherwise, classes will be formatted like such
class A
{
public:
int foo;
};
which is not used anywhere in LLDB. This option makes clang-format style more similar to LLDB and
brings it closer to the original intention of LLVM style, which was to not indent access
modifiers.
Reviewers: zturner, tfiala
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D15562
llvm-svn: 255882
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/macros')
0 files changed, 0 insertions, 0 deletions