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

            Bug ID: 43333
           Summary: [clang-format] Functions with C# attributes break
                    before function name
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

logging version of
https://github.com/mydeveloperday/clang-experimental/issues/3

The following C# code

    [STAThread]
    static void Main()

formats as

    [STAThread]
    static void
    Main()

Irrespective of the setting

AlwaysBreakAfterReturnType : None

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to