[PATCH] D22087: [clang-rename] add basic vim integration

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 05:28:20 PDT 2016


bkramer added inline comments.

================
Comment at: clang-rename/tool/ClangRename.cpp:39
@@ -38,3 +38,2 @@
 #include "llvm/Support/Host.h"
-#include <cstdlib>
 #include <string>
----------------
omtcyf0 wrote:
> bkramer wrote:
> > This looks unrelated.
> Right, but I'm not sure one-line patches are welcome.
> 
> Is it not alright to put such into random patches? Otherwise creating one-liner...
I'd do it on the next change to that file, but I can also include it in the patch this time. I generally dislike having completely unrelated changes in a patch and the unnecessary include here doesn't really hurt anyone.


http://reviews.llvm.org/D22087





More information about the cfe-commits mailing list