[llvm-bugs] [Bug 28140] New: clang-format formats __declspec(dllimport) weirdly

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jun 15 07:13:52 PDT 2016


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

            Bug ID: 28140
           Summary: clang-format formats __declspec(dllimport) weirdly
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Formatter
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org
    Classification: Unclassified

In:

template class __declspec(dllimport)
num_put<char, ostreambuf_iterator<char, char_traits<char>>>;

Out:

template class __declspec(
    dllimport) num_put<char, ostreambuf_iterator<char, char_traits<char>>>;

-- 
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/20160615/5c97c191/attachment.html>


More information about the llvm-bugs mailing list