This is an archive of the discontinued LLVM Phabricator instance.

[update_cc_test_checks.py] Handle C++ methods
ClosedPublic

Authored by arichardson on Jun 1 2020, 3:23 AM.

Details

Summary

Previously the script only handled C input, this change extends the JSON
parsing to to also include C++ function types such as methods, constructors
and destructors.

Diff Detail

Event Timeline

arichardson created this revision.Jun 1 2020, 3:23 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 1 2020, 3:23 AM
MaskRay accepted this revision.Jun 1 2020, 4:54 PM

Thanks!

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