On 01/09/2013 09:20 PM, Daniel Jasper wrote:
Author: djasper
Date: Wed Jan  9 14:20:11 2013
New Revision: 171994

URL: http://llvm.org/viewvc/llvm-project?rev=171994&view=rev
Log:
Initial version of diff/patch-reformat tool.

Use at your own risk :-).

Added:
     clang-tools-extra/trunk/clang-format/clang-format-diff.py   (with props)

Added: clang-tools-extra/trunk/clang-format/clang-format-diff.py
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-format/clang-format-diff.py?rev=171994&view=auto
==============================================================================
--- clang-tools-extra/trunk/clang-format/clang-format-diff.py (added)
+++ clang-tools-extra/trunk/clang-format/clang-format-diff.py Wed Jan  9 
14:20:11 2013
@@ -0,0 +1,117 @@
+#!/usr/bin/python
+#
+#===- cindex.py - Python Indexing Library Bindings -----------*- python 
-*--===#

This line may need an update.

Tobi

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to