clang-1/test/Format
Alexander Kornienko 4cdc0cde13 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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180185 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-24 12:46:44 +00:00
..
basic.cpp Provide better emacs integration. 2013-04-12 10:12:01 +00:00
diagnostic.cpp Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
multiple-inputs-error.cpp clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
multiple-inputs-inplace.cpp clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
multiple-inputs.cpp clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
ranges.cpp Provide better emacs integration. 2013-04-12 10:12:01 +00:00