hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 770eb7c5f9 Fix comment alignment behavior.
In the following snippet, clang-format incorrectly aligned the
trailing comment, when only the last line was formatted:

  int aaaaaa; // comment
  int b;
  int c; // Formatting only this line moved this comment.

llvm-svn: 180173
2013-04-24 06:33:59 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Fix comment alignment behavior. 2013-04-24 06:33:59 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00