[PATCH] D22805: [clang-include-fixer] Added Emacs integration for clang-include-fixer.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 26 10:03:47 PDT 2016
hokein added inline comments.
================
Comment at: include-fixer/tool/clang-include-fixer.el:32
@@ +31,3 @@
+ "google3"
+ "/usr/local/google/home/massberg/Emacs_Lisp/include-fixer/clang-include-fixer input format."
+ :group 'clang-include-fixer
----------------
You forgot to remove the private path here.
================
Comment at: include-fixer/tool/clang-include-fixer.el:124
@@ +123,3 @@
+
+ (message result)
+
----------------
Is it a debug statement?
https://reviews.llvm.org/D22805
More information about the cfe-commits
mailing list