Hi,
due to the latest commits cppcheck (head) analysis on this existing code now throws an error:
class NC { struct IPv4_s { int32_t addr; }; typedef struct IPv4_s IPv4_s; }; auto temp = [this]() -> void { NC::IPv4_s ip = bar(); };
Error:
error: SymbolDatabase bailout; unhandled code [syntaxError] NC::IPv4_s ip = bar(); ^
Could you please check?
Thanks, Martin
Analysis was done with: 870b8b9c608de8a71a33c0351e098e093aea4e27
Thanks for the report, ticket is here: https://trac.cppcheck.net/ticket/10451
Log in to post a comment.
Hi,
due to the latest commits cppcheck (head) analysis on this existing code now throws an error:
Error:
Could you please check?
Thanks,
Martin
Analysis was done with: 870b8b9c608de8a71a33c0351e098e093aea4e27
Thanks for the report, ticket is here: https://trac.cppcheck.net/ticket/10451
Last edit: CHR 2021-09-01