[cfe-commits] [PATCH] Initial version of formatting library
Daniel Jasper
djasper at google.com
Thu Oct 25 06:10:10 PDT 2012
Hi klimek,
This formatting library will be used by a stand-alone clang-format tool and can also be used when writing other refactorings.
Manuel's original design document:
https://docs.google.com/a/google.com/document/d/1gpckL2U_6QuU9YW2L1ABsc4Fcogn5UngKk7fE5dDOoA/edit
This is still far away from being finished or useful to format real code. But I think, it should be checked in to get as much feedback as possible and collaborate on certain parts.
http://llvm-reviews.chandlerc.com/D80
Files:
include/clang/Format/Format.h
lib/CMakeLists.txt
lib/Format/CMakeLists.txt
lib/Format/Format.cpp
lib/Format/Makefile
lib/Makefile
unittests/CMakeLists.txt
unittests/Format/CMakeLists.txt
unittests/Format/FormatTest.cpp
unittests/Format/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80.1.patch
Type: text/x-patch
Size: 19756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121025/d5cbf567/attachment.bin>
More information about the cfe-commits
mailing list