clang-format: Fix return type breaking with overloaded operator functions
authorBirunthan Mohanathas <birunthan@mohanathas.com>
Wed, 15 Jul 2015 19:11:58 +0000 (19:11 +0000)
committerBirunthan Mohanathas <birunthan@mohanathas.com>
Wed, 15 Jul 2015 19:11:58 +0000 (19:11 +0000)
commit525579d41cb7ecdc72418326585adacf88bb5bc2
treeecb929908de357edbcba3868753fd6dbbefbbc98
parent9d09d8a9f1b484d1c1fe246c4751a28b430b22d5
clang-format: Fix return type breaking with overloaded operator functions

Differential Revision: http://reviews.llvm.org/D11177

llvm-svn: 242316
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp