Added -lines X:Y option to specify line range to process. This is a more human-friend...
authorAlexander Kornienko <alexfh@google.com>
Thu, 18 Jul 2013 22:54:56 +0000 (22:54 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 18 Jul 2013 22:54:56 +0000 (22:54 +0000)
commita49732ff28eedf2cdc8e863a2127b33f47322b93
treea512a96f9e0de0a455cd31323be3936a10687b4b
parent6f36b4507621d3a53cb154ea414dad937ee27f0d
Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length.

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

llvm-svn: 186625
clang/test/Format/line-ranges.cpp [new file with mode: 0644]
clang/test/Format/multiple-inputs-error.cpp
clang/tools/clang-format/ClangFormat.cpp