Make the format scrambler understand line comments.
authorDaniel Jasper <djasper@google.com>
Tue, 18 Dec 2012 19:56:56 +0000 (19:56 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 18 Dec 2012 19:56:56 +0000 (19:56 +0000)
commit3f69a1b860910fbf0b1c67290416dbf5168f6a7c
tree14263b1d5857e0a9be83ac2b6f4b664303b39166
parentf0da371bdc0612bee9a42043d488ce102556eb85
Make the format scrambler understand line comments.

This allows for writing tests including line comments easier and more readable.
We will need more of those tests in the future and also line comments are
useful to force line breaks in tests.

llvm-svn: 170446
clang/unittests/Format/FormatTest.cpp