]> granicus.if.org Git - clang/commit
Fix bug in Replacement's toString on Windows (missing flush).
authorManuel Klimek <klimek@google.com>
Mon, 20 Apr 2015 06:58:56 +0000 (06:58 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 20 Apr 2015 06:58:56 +0000 (06:58 +0000)
commita5e9d49efebec32835f7ad178858b5c77b703b06
treea012422b924843ebc9c822aedf0c055bbb12fd7b
parentf434397c65aa7cdbcf46ec06c0c1479eca820b3f
Fix bug in Replacement's toString on Windows (missing flush).

Adapt function to LLVM coding style.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235286 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Core/Replacement.cpp