Hi,

the attached patch fixes https://llvm.org/bugs/show_bug.cgi?id=29073.

Thanks,
Philipp
-- 

Google Germany GmbH
Erika-Mann-Straße 33
80636 München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle

Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind,
leiten Sie diese bitte nicht weiter, informieren Sie den Absender und
löschen Sie die E-Mail und alle Anhänge. Vielen Dank.

This e-mail is confidential. If you are not the right addressee please do
not forward it, please inform the sender, and please erase this e-mail
including any attachments. Thanks.
Index: tools/clang-format/clang-format.el
===================================================================
--- tools/clang-format/clang-format.el	(revision 280970)
+++ tools/clang-format/clang-format.el	(working copy)
@@ -122,7 +122,7 @@
         (let (status stderr operations)
           (setq status
                 (call-process-region
-                 (point-min) (point-max) clang-format-executable
+                 nil nil clang-format-executable
                  nil `(,temp-buffer ,temp-file) nil
 
                  "-output-replacements-xml"
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to