From 9dd834653b811ad20382e98a87dff824980c9916 Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 21 Jun 2015 14:00:56 +0000 Subject: Vendor import of clang trunk r240225: https://llvm.org/svn/llvm-project/cfe/trunk@240225 --- lib/AST/MicrosoftCXXABI.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/AST/MicrosoftCXXABI.cpp') diff --git a/lib/AST/MicrosoftCXXABI.cpp b/lib/AST/MicrosoftCXXABI.cpp index 93ff77a..aba6796 100644 --- a/lib/AST/MicrosoftCXXABI.cpp +++ b/lib/AST/MicrosoftCXXABI.cpp @@ -179,8 +179,9 @@ MSVtorDispAttr::Mode CXXRecordDecl::getMSVtorDispMode() const { // // slot. // void *FunctionPointerOrVirtualThunk; // -// // An offset to add to the address of the vbtable pointer after (possibly) -// // selecting the virtual base but before resolving and calling the function. +// // An offset to add to the address of the vbtable pointer after +// // (possibly) selecting the virtual base but before resolving and calling +// // the function. // // Only needed if the class has any virtual bases or bases at a non-zero // // offset. // int NonVirtualBaseAdjustment; -- cgit v1.1