commit | 00d5a04dc0eaa0f067656033ab81fc352c5a991a | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Sun Dec 23 01:07:46 2012 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Sun Dec 23 01:07:46 2012 +0000 |
tree | 09f5a5d177cc70be2571cae091dea43413c097ab | |
parent | e6bb76cde5488eca94e087e8929f29f3f3debfd3 [diff] |
libFormat: Teach the *& usage heuristic that "return" starts a rhs too. "return a*b;" was formatted as "return a *b;" and is now formatted as "return a * b;". Fixes PR14687 partially. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170993 91177308-0d34-0410-b5e6-96231b3b80d8