r239591 - Wrap to 80 columns. No behavior change.

Nico Weber nicolasweber at gmx.de
Thu Jun 11 21:44:52 PDT 2015


Author: nico
Date: Thu Jun 11 23:44:52 2015
New Revision: 239591

URL: http://llvm.org/viewvc/llvm-project?rev=239591&view=rev
Log:
Wrap to 80 columns. No behavior change.

Modified:
    cfe/trunk/lib/AST/MicrosoftCXXABI.cpp

Modified: cfe/trunk/lib/AST/MicrosoftCXXABI.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/MicrosoftCXXABI.cpp?rev=239591&r1=239590&r2=239591&view=diff
==============================================================================
--- cfe/trunk/lib/AST/MicrosoftCXXABI.cpp (original)
+++ cfe/trunk/lib/AST/MicrosoftCXXABI.cpp Thu Jun 11 23:44:52 2015
@@ -179,8 +179,9 @@ MSVtorDispAttr::Mode CXXRecordDecl::getM
 //     // 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;





More information about the cfe-commits mailing list