[llvm-bugs] [Bug 43333] New: [clang-format] Functions with C# attributes break before function name
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 16 12:56:11 PDT 2019
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: unassignedclangbugs at nondot.org
Reporter: mydeveloperday at gmail.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190916/f8cf515f/attachment.html>
More information about the llvm-bugs
mailing list