[llvm-bugs] [Bug 25927] New: Bad formatting of ElfW(Phdr) type

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 22 11:52:05 PST 2015


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: unassignedclangbugs at nondot.org
          Reporter: eugeni.stepanov at gmail.com
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151222/c537f6b1/attachment-0001.html>


More information about the llvm-bugs mailing list