]> granicus.if.org Git - clang/commit
Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out by Chandl...
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 20 Jun 2012 20:39:04 +0000 (20:39 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 20 Jun 2012 20:39:04 +0000 (20:39 +0000)
commit59c30cd804c162dcc1c156bd3bab5c8f1dfd4749
tree2ace294c795cea455a8c4ed8c066e8c100d68ec8
parent4b554f4756cefdce6e0109e96d2f13d594b30b8c
Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out by Chandler in commit message for r158807.

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