diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/AST/VTableBuilder.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/AST/VTableBuilder.cpp b/clang/lib/AST/VTableBuilder.cpp index 4ddb3c8c950..01372341177 100644 --- a/clang/lib/AST/VTableBuilder.cpp +++ b/clang/lib/AST/VTableBuilder.cpp @@ -3103,6 +3103,8 @@ void VFTableBuilder::dumpLayout(raw_ostream &Out) { Out << '\n'; } } + + Out.flush(); } static bool setsIntersect(const llvm::SmallPtrSet<const CXXRecordDecl *, 4> &A, @@ -3359,6 +3361,8 @@ void MicrosoftVTableContext::dumpMethodLocations( } Out << '\n'; } + + Out.flush(); } const VirtualBaseInfo *MicrosoftVTableContext::computeVBTableRelatedInformation( |