[LLVMbugs] [Bug 14698] Formatting should optionally inline member functions on one line if possible

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 11 10:31:21 PST 2013


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

Manuel Klimek <klimek at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |klimek at google.com
         Resolution|                            |FIXED

--- Comment #5 from Manuel Klimek <klimek at google.com> 2013-01-11 12:31:21 CST ---
Things like:
NamedDecl *getDecl() const { return *ir; }

Now get formatted in a single line.

Blocks with multiple statements do not get merged. Marking as resolved for now,
please re-open if necessary ;)

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