Remove a const_cast by propagating constness to called functions
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 14 Feb 2013 13:53:30 +0000 (13:53 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 14 Feb 2013 13:53:30 +0000 (13:53 +0000)
commit6cfb1537b62470b424fae8a9b64ddfa85092359a
tree119f7a791e97cd28dfa3e9d85e3831e67d73befc
parent60e92e55ccf62ba4cd40fa69845215c6ab067250
Remove a const_cast by propagating constness to called functions

llvm-svn: 175161
clang/include/clang/Sema/CodeCompleteConsumer.h
clang/lib/Sema/SemaCodeComplete.cpp