[llvm-bugs] [Bug 43285] New: Impossible to configure the wrapping of braces for lambda

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 11 15:36:11 PDT 2019


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

            Bug ID: 43285
           Summary: Impossible to configure the wrapping of braces for
                    lambda
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangbugs at nondot.org
          Reporter: segura.mikael at orange.fr
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org

It is actually impossible to configure the wrapping of braces before the lambda
body like this two examples:

[]() -> T {
  Func();
}

[]() -> T
{
  Func();
}

-- 
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/20190911/2e5b4af3/attachment-0001.html>


More information about the llvm-bugs mailing list