Fix several formatting problems.
authorDaniel Jasper <djasper@google.com>
Mon, 17 Dec 2012 11:29:41 +0000 (11:29 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 17 Dec 2012 11:29:41 +0000 (11:29 +0000)
commite25509f85774529e2fe3e9631ada2200569f7698
tree4e0ee02db0725abfff71499d5891187d4bb4ec27
parent1aae0e67fa09e04406539abbec65dddfa6dc7e99
Fix several formatting problems.

More specifically:
- Improve formatting of static initializers.
- Fix formatting of lines comments in enums.
- Fix formmating of trailing line comments.

llvm-svn: 170316
clang/lib/Format/Format.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h
clang/unittests/Format/FormatTest.cpp