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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs