diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-10 07:59:58 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-10 07:59:58 +0000 |
commit | 8f9624b3bc279f5788ef62f5518b19ab7634a6ac (patch) | |
tree | 0dbd7402e2c538cc06f92405a11b702b6bcb17d1 /clang/tools/clang-format/ClangFormat.cpp | |
parent | 7500ab24640153a1943ed6ad7f52467553930a1e (diff) | |
download | bcm5719-llvm-8f9624b3bc279f5788ef62f5518b19ab7634a6ac.tar.gz bcm5719-llvm-8f9624b3bc279f5788ef62f5518b19ab7634a6ac.zip |
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
Diffstat (limited to 'clang/tools/clang-format/ClangFormat.cpp')
0 files changed, 0 insertions, 0 deletions