cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Fix #12869: dumpfile: should say if function has a const/pure attribute

Open swasti16 opened this issue 1 year ago • 2 comments

swasti16 avatar Jul 02 '24 06:07 swasti16

Before we add that should probably resolve the existing inaccuracies including #6383 and #6385 so it is consistently named properly across.

firewave avatar Jul 02 '24 07:07 firewave

I think this change is OK, since it doesn't involve the library, and isAttributeConst() is not ambiguous.

chrchr-github avatar Jul 03 '24 16:07 chrchr-github

I think this change is OK, since it doesn't involve the library, and isAttributeConst() is not ambiguous.

I agree

danmar avatar Jul 05 '24 07:07 danmar