Fix PR14591: Windows newlines in doxygen comments cause failed assertion in
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 19 Dec 2012 17:34:55 +0000 (17:34 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 19 Dec 2012 17:34:55 +0000 (17:34 +0000)
commitc55c6fc6e38c31fafa767b71ad496539c700c075
tree9ee7483a6bc8ddeb7625583f316f57d6a36c265c
parent909eebc9acd38e4706a049ef8bf463f253fd18ea
Fix PR14591: Windows newlines in doxygen comments cause failed assertion in
TextDiagnostic

Patch by Janusz Chorko.

llvm-svn: 170566
clang/lib/AST/CommentParser.cpp
clang/test/Sema/warn-documentation-crlf.c [new file with mode: 0644]