This is an archive of the discontinued LLVM Phabricator instance.

[update_cc_test_checks.py] Correctly skip function definitions
ClosedPublic

Authored by arichardson on Jun 1 2020, 2:58 AM.

Details

Summary

Function declarations can in fact have an 'inner' node that lists the
ParmVarDecls. It seems like either the JSON output has changed or that I
tested the original JSON parsing change with test files that only have
function definitions without arguments.

Diff Detail

Event Timeline

arichardson created this revision.Jun 1 2020, 2:58 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 1 2020, 2:58 AM
MaskRay accepted this revision.Jun 1 2020, 4:55 PM

Thanks!

This revision is now accepted and ready to land.Jun 1 2020, 4:55 PM
This revision was automatically updated to reflect the committed changes.