[cfe-dev] constness on clang::CXXMethodDecl::isConst
Laszlo Nagy
rizsotto.mailinglist at gmail.com
Sun Oct 7 04:54:12 PDT 2012
Hi,
just found that these two methods are non-const, but see no reason not
to be const.
clang::CXXMethodDecl::isConst
clang::CXXMethodDecl::isVolatile
Did make the big change on my local copy, it compiles gently. And my
two questions are: Is this change (to make these two methods const
qualified) acceptable? And if it is, what is the commit choreography I
need to follow?
Regards,
Laszlo
More information about the cfe-dev
mailing list