================
@@ -205,14 +288,60 @@ uses the function `buffer-file-name'."
(delete-file temp-file)
(when (buffer-name temp-buffer) (kill-buffer temp-buffer)))))
+;;;###autoload
+(defun clang-format-git-diffs (&optional style assume-file-name)
----------------
lukel97 wrote:
I think the term diff would be more consistent with existing emacs functions
e.g. vc-diff, diff-delete-trailing-whitespace etc.
https://github.com/llvm/llvm-project/pull/112792
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits