llvm-project/clang/tools/clang-format
Alexander Kornienko 3fbee010c6 clang-format support for multiple input files.
Summary:
Added support for multiple input files, that can be used both with and
without in-place edit (-i) option. Added checks for -offset and -length options:
don't allow them on multiple files, check that they don't fall outside input
file, made both options unsigned, so that there's no need to check for negative
values. Removed "-1 can be used for end-of-file" from -length description.

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D719

llvm-svn: 180185
2013-04-24 12:46:44 +00:00
..
CMakeLists.txt
ClangFormat.cpp clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
Makefile
clang-format-diff.py Small improvements to clang-format documentation and integration 2013-04-17 07:55:02 +00:00
clang-format.el Small improvements to clang-format documentation and integration 2013-04-17 07:55:02 +00:00
clang-format.py Improvements to clang-format integrations. 2013-04-09 15:23:04 +00:00