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)
commitb1223b1de59ac040250047c673227c0de0785bfe
treecd1b986debb128bbb27b576a8fad87dd6b3a5425
parent2da3eb140491cc62766eb3c90c77cc009c86a115
Fix bug in Replacement's toString on Windows (missing flush).

Adapt function to LLVM coding style.

llvm-svn: 235286
clang/lib/Tooling/Core/Replacement.cpp