[LLVMbugs] [Bug 14717] New: Formatter should be less eager to put function arguments on the next line
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 25 21:55:53 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14717
Bug #: 14717
Summary: Formatter should be less eager to put function
arguments on the next line
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
TypeSpecDecl *TypeSpecDecl::Create(ASTContext &C, DeclContext *DC,
SourceLocation L, IdentifierInfo *II,
Type *T) {
becomes
TypeSpecDecl *
TypeSpecDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L,
IdentifierInfo *II, Type *T) {
which seems less in line with llvm's style.
--
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