diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-06-12 04:44:52 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-06-12 04:44:52 +0000 |
commit | 9c39f83f80e58fb288344d0186752de0f6a98110 (patch) | |
tree | 11157fd8d948a352bc693b3221afe628283e0c2e /clang/lib/AST/MicrosoftCXXABI.cpp | |
parent | 005354b1f4fc896d70c2c5139f6c512ca8a8926b (diff) | |
download | bcm5719-llvm-9c39f83f80e58fb288344d0186752de0f6a98110.tar.gz bcm5719-llvm-9c39f83f80e58fb288344d0186752de0f6a98110.zip |
Wrap to 80 columns. No behavior change.
llvm-svn: 239591
Diffstat (limited to 'clang/lib/AST/MicrosoftCXXABI.cpp')
-rw-r--r-- | clang/lib/AST/MicrosoftCXXABI.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/AST/MicrosoftCXXABI.cpp b/clang/lib/AST/MicrosoftCXXABI.cpp index 93ff77a2e96..aba6796256a 100644 --- a/clang/lib/AST/MicrosoftCXXABI.cpp +++ b/clang/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; |