summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/ClangFormat.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-10 07:59:58 +0000
committerDaniel Jasper <djasper@google.com>2013-05-10 07:59:58 +0000
commit8f9624b3bc279f5788ef62f5518b19ab7634a6ac (patch)
tree0dbd7402e2c538cc06f92405a11b702b6bcb17d1 /clang/tools/clang-format/ClangFormat.cpp
parent7500ab24640153a1943ed6ad7f52467553930a1e (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud