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: unassignedclangb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to