Comment parsing: add a missing 'else'. Found by inspection.
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 19 Dec 2012 17:17:09 +0000 (17:17 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 19 Dec 2012 17:17:09 +0000 (17:17 +0000)
commit696d7226d6699ebe0535fe1cccc070fd8b1dd6ce
tree343e66981f7f753cf70c6f46fa9d4446c4c2b187
parentae9d8aeb2bef2a8a5c6e35cdaecdffb7f5e081ad
Comment parsing: add a missing 'else'.  Found by inspection.

No testcase because we were just building an extra AST node and eventually
throwing it away, so it did not affect correctness.

llvm-svn: 170563
clang/lib/AST/CommentParser.cpp