AST: Improve a couple of comments and cast unused values to void
authorJustin Bogner <mail@justinbogner.com>
Sun, 16 Oct 2016 20:12:42 +0000 (20:12 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sun, 16 Oct 2016 20:12:42 +0000 (20:12 +0000)
commit14994133bb86c038114b1ef906b2841e04add92d
tree48aee9cac5aa96b502e5e2c1797ed6c04c2421d0
parenteeb8d20db46ef278ac91606f6e7c274f4852136a
AST: Improve a couple of comments and cast unused values to void

Make these comments a bit more explicit that they're initializing the
RawText member, and explicitly cast the unused result of getRawText to
void for clarity.

llvm-svn: 284341
clang/lib/AST/RawCommentList.cpp