djasper added a subscriber: djasper. ================ Comment at: lib/CodeGen/CGClass.cpp:1842 @@ +1841,3 @@ + CGM.getCXXABI().getVTableAddressPoint(vptr.Base, vptr.VTableClass); + if (!VTableGlobal) return; + ---------------- Prazek wrote: > majnemer wrote: > > The return should be on it's own line, please clang-format this. > > Also, under which conditions is this case possible? > Unfortunatelly clang-format puts short instructions in the same line Not, it doesn't. At least not if you properly configure LLVM style.
http://reviews.llvm.org/D11859 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits