llvm-project/clang/unittests/Format
Daniel Jasper 973c9420e1 Format a line if a range in its leading whitespace was selected.
With [] marking the selected range, clang-format invoked on

    [  ]   int a;

Would so far not reformat anything. With this patch, it formats a
line if its leading whitespace is touched.

llvm-svn: 176435
2013-03-04 13:43:19 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Format a line if a range in its leading whitespace was selected. 2013-03-04 13:43:19 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00