ioeric accepted this revision. ioeric added a comment. This revision is now accepted and ready to land.
Thanks for the fix! :) > ChangeNamespace.cpp:110-112 > + if (SM.getLocForEndOfFile(LocInfo.first) == End) > + return End; > + return End.getLocWithOffset(1); return (SM.getLocForEndOfFile(LocInfo.first) == End) ? End : End.getLocWithOffset(1); https://reviews.llvm.org/D25226 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits