cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Fixed exception dispatch idiom not being recognized in the middle of a function

Open JohnSiegel opened this issue 1 year ago • 1 comments

The existing check for the exception dispatch idiom only checks the beginning of a function. This PR checks the entire function for the idiom, and adds 3 new unit tests.

JohnSiegel avatar Jun 06 '24 18:06 JohnSiegel

Sorry about the failed build, I mistakenly built with an older version of the source. Should be good now.

JohnSiegel avatar Jun 06 '24 19:06 JohnSiegel