]> granicus.if.org Git - clang/commit
clang-format: Refactor calculation of lines intersecting with -lines.
authorDaniel Jasper <djasper@google.com>
Mon, 25 Nov 2013 11:08:59 +0000 (11:08 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 25 Nov 2013 11:08:59 +0000 (11:08 +0000)
commitf876984cc6be6c1c07fbe0df1084c1b755585414
tree7bbaa1df674ce504cb931a3cb8d5cc1c74330d7d
parent7cee9a7cf9e84036771d7b51bffd4b4aaa1f9831
clang-format: Refactor calculation of lines intersecting with -lines.

No functional changes intended. However, it seems to have found a buggy
behavior in one of the tests. I think this structure is generally
desirable and it will make a planned bugfix significantly easier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195634 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
lib/Format/TokenAnnotator.h
unittests/Format/FormatTest.cpp