cppcheck
cppcheck copied to clipboard
Fix #12869: dumpfile: should say if function has a const/pure attribute
Before we add that should probably resolve the existing inaccuracies including #6383 and #6385 so it is consistently named properly across.
I think this change is OK, since it doesn't involve the library, and isAttributeConst() is not ambiguous.
I think this change is OK, since it doesn't involve the library, and
isAttributeConst()is not ambiguous.
I agree