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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to