[llvm-bugs] [Bug 44233] New: BreakInheritanceList and ColumnLimit

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 6 01:08:11 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44233

            Bug ID: 44233
           Summary: BreakInheritanceList and ColumnLimit
           Product: clang
           Version: 9.0
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangbugs at nondot.org
          Reporter: e_davlyud at wargaming.net
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org

Created attachment 22904
  --> https://bugs.llvm.org/attachment.cgi?id=22904&action=edit
clang-format config

Hi. I’m using clang-format 9.0. It’s seems that “BreakConstructorInitializers:
BeforeComma” and “BreakInheritanceList: BeforeComma” work only if line larger
than “ColumnLimit”?


i want:
class AccountContext
    : public BaseContext
{
public:
...


clang-format did:
class AccountContext: public BaseContext
{
public:
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191206/bca92a23/attachment.html>


More information about the llvm-bugs mailing list