Dependency checker doesn't handle function pointers and nested types

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      Consider this case:

      struct A { };

      typedef struct { struct A a; } P;

      Where P is included, but A is not. No error is emitted.

      The dependency checker is missing code to recurse into function pointers, and also into nested declarations.

            Assignee:
            Maurizio Cimadamore
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: