| commit | 8f9624b3bc279f5788ef62f5518b19ab7634a6ac | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Fri May 10 07:59:58 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Fri May 10 07:59:58 2013 +0000 |
| tree | 0dbd7402e2c538cc06f92405a11b702b6bcb17d1 | |
| parent | 7500ab24640153a1943ed6ad7f52467553930a1e [diff] |
Fix bug when formatting overloaded operators. Before, the actual operator of an overloaded operator declaration was handled as a binary operator an thus, clang-format could not find valid formattings for many examples, e.g.: template <typename AAAAAAA, typename BBBBBBB> AAAAAAA operator/(const AAAAAAA &a, BBBBBBB &b); llvm-svn: 181585