omtcyfz added inline comments.
================
Comment at: clang-rename/tool/ClangRename.cpp:65
@@ +64,3 @@
+
+ RenameAllInfo() : Offset(0) {}
+};
----------------
AFAIK there's no need to do that, integer types are by default initialized with
0, aren't they?https://reviews.llvm.org/D23198 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
