]> granicus.if.org Git - clang/commit
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)
commitb27613f6afcebde3cf80ece5f74a8f3d6c3cb0a3
tree7171b72a1d04233d021be42a323e7e2e31dbeb79
parente4dfcf62c0f851642f21d9a83f013b75833092e5
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.

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