cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Add pure/const function attribute (refs #12695)

Open chrchr-github opened this issue 1 year ago • 1 comments

chrchr-github avatar May 06 '24 09:05 chrchr-github

How do we proceed here? @danmar @orbitcowboy

  • attribute-const and member-const are mixed up in the library, since there is only one <const/> for both
  • How will we deduce presence/absence of side effects going forward?

chrchr-github avatar May 14 '24 08:05 chrchr-github