]> granicus.if.org Git - clang/commit
Comment parsing: fix a bug where a line with whitespace between two paragraphs
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 23 Aug 2013 18:03:40 +0000 (18:03 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 23 Aug 2013 18:03:40 +0000 (18:03 +0000)
commit2b429358a9849e2e48520a03065fa385a02dc115
treeba330ff79144fc7061bfb3f6bf85c3acb6478749
parent31c71ca0eb83967085f21713b1dedff8c7f7a90f
Comment parsing: fix a bug where a line with whitespace between two paragraphs
would cause us to concatenate these paragraphs into a single one.

The no-op whitespace churn in test/Index test happened because these tests
don't use the correct approach for testing and are more strict than required
for they are testing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189126 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CommentParser.cpp
test/Index/comment-misc-tags.m
test/Index/overriding-method-comments.mm
unittests/AST/CommentParser.cpp