[PATCH] D23006: [clang-rename] add basic Emacs integration
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 1 03:16:08 PDT 2016
klimek added inline comments.
================
Comment at: clang-rename/tool/clang-rename.el:7
@@ +6,3 @@
+
+;; This package allows to filter code through clang-format to fix its formatting.
+;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
----------------
s/clang-format/clang-rename/, and fix docs in general :)
================
Comment at: clang-rename/tool/clang-rename.el:17
@@ +16,3 @@
+;;
+;; to your .emacs configureation.
+
----------------
Typo.
https://reviews.llvm.org/D23006
More information about the cfe-commits
mailing list