]> granicus.if.org Git - clang/commit
clang-format: Fix excessive formatting caused by r195954.
authorDaniel Jasper <djasper@google.com>
Mon, 2 Dec 2013 09:19:27 +0000 (09:19 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 2 Dec 2013 09:19:27 +0000 (09:19 +0000)
commitd4ec7c1bfb287ee99988d5f1efb8f03f714f424c
treeeab9f8c8a77cd5f5d4a56f0a4545a7bfb9fa0706
parent493aae6cd1f6e8588347d733d3d20c6b37a4f7d9
clang-format: Fix excessive formatting caused by r195954.

Due to a bug in the patch, clang-format would more or less simply format
all multi-line comments.

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