]> granicus.if.org Git - clang/commit
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)
commit6291795332ac706402980c9d4fe9ef68f64cd802
tree9dc0ad80c5cfb191762e81b28e14628dabb65bd7
parent1fe3c89c686a39128fb395442c9285b785067ede
clang-format: Fix return type breaking with overloaded operator functions

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242316 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/ContinuationIndenter.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp