]> granicus.if.org Git - clang/commit
Remove const_casts by propagating constness down to called functions.
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 19 Oct 2012 16:51:38 +0000 (16:51 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 19 Oct 2012 16:51:38 +0000 (16:51 +0000)
commit8cfabf2cb278efc1f694f1d9aab76888a60ee3ac
tree9f08e5687c50325e270404f309616dc1459273a0
parent535a5d001b2035a7aa68ee368fbe44ec90e33740
Remove const_casts by propagating constness down to called functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166287 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Comment.h
lib/AST/Comment.cpp
lib/AST/CommentDumper.cpp
tools/libclang/CXComment.cpp