http://llvm.org/bugs/show_bug.cgi?id=14689

             Bug #: 14689
           Summary: Formatter makes strange linebreak decisions for
                    function call parameter sometimes
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


content::NotificationService::current()->Notify(
      chrome::NOTIFICATION_TAB_PARENTED,
      content::Source<content::WebContents>(contents),
      content::NotificationService::NoDetails());

-> 

  content::NotificationService::current()->Notify(
      chrome::NOTIFICATION_TAB_PARENTED, content::Source<content::WebContents>
      (contents), content::NotificationService::NoDetails());

Urgh.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to