| commit | 6cdec7cf0558797ece82be6e7a1ca76791cf2672 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Jul 09 14:36:48 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Jul 09 14:36:48 2013 +0000 |
| tree | c3d0f0e26d13d0af344f795a87ec461e82234356 | |
| parent | 8115e1da91584ff2edd0e1c1bd0310cc4601d177 [diff] |
Initial support for formatting trailing return types. This fixes llvm.org/PR15170. For now, the basic formatting rules are (based on the C++11 standard): * Surround the "->" with spaces. * Break before "->". Also fix typo. llvm-svn: 185938