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

            Bug ID: 25927
           Summary: Bad formatting of ElfW(Phdr) type
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Formatter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified

clang-format transforms
  ElfW(Phdr) *phdr;
to
  ElfW(Phdr) * phdr;
,with an extra space after "*".

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

Reply via email to