[LLVMbugs] [Bug 14786] New: Formatting should try to not break before "::"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 2 10:10:12 PST 2013


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

             Bug #: 14786
           Summary: Formatting should try to not break before "::"
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


template<typename T>
  ProgramStateRef set(ProgramStateRef st,
                     typename ProgramStateTrait<T>::key_type K,
                     typename ProgramStateTrait<T>::value_type V,
                     typename ProgramStateTrait<T>::context_type C) {


becomes

  template <typename T>
  ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>
                      ::key_type K, typename ProgramStateTrait<T>::value_type
V,
                      typename ProgramStateTrait<T>::context_type C) {

-- 
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.



More information about the llvm-bugs mailing list