]> granicus.if.org Git - clang/commit
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)
commiteb34db715f1130ad7793fc0cc50c8191c2157c53
tree4c27fdc486785670f071f03eeda15d8271d69a2c
parent4547fb55370b80f468fec19903ecb4a5cfd6d734
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CommentParser.cpp