Remove a const_cast by propagating constness to the member function.
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 3 Nov 2012 14:24:57 +0000 (14:24 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 3 Nov 2012 14:24:57 +0000 (14:24 +0000)
commit941ab0fb6f6205ac83140ba3e961b136c9162779
treec4d62fd15f82bdce2b83dfed7fb02d950f3be974
parent4698cb339faf511b7d225376b177fd243cdfe85b
Remove a const_cast by propagating constness to the member function.

llvm-svn: 167357
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp