nwilson added inline comments.

================
Comment at: lib/CodeGen/CGClass.cpp:2155
@@ +2154,3 @@
+    if (CGM.getCXXABI().canInitializeVPtr(Vptr.VTableClass, 
Vptr.Base.getBase(),
+                                         Vptr.NearestVBase))
+      InitializeVTablePointer(Vptr);
----------------
djasper wrote:
> nwilson wrote:
> > Looks like the same formatting/tab as above.
> > 
> > This is what I've done when using clang-format, maybe it will fix the 
> > issues you've had:
> > ./clang-format -style=llvm -lines="N:M" <FileToFormat> > tmp && cp tmp 
> > <FileToFormat>
> > 
> > (Just don't include the less than and greater around the FileToFormat.)
> > 
> You shouldn't need to do this by "hand". There is clang-format-diff.py / 
> git-clang-format for that.
Good to know. Thanks!


http://reviews.llvm.org/D11859



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to