[PATCH] D23198: clang-rename rename-all: support reading old/newname pairs from a YAML file
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 9 07:58:45 PDT 2016
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
More information about the cfe-commits
mailing list