facebookexperimental / object-introspection

Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
Apache License 2.0
160 stars 13 forks source link

Keep template parameters for pass-through types #486

Closed tyroguru closed 7 months ago

tyroguru commented 7 months ago

Summary: Implement the pass-through feature in ClangTypeParser (keeping template parameters for specified types0.

Reviewed By: JakeHillion

Differential Revision: D53815662

facebook-github-bot commented 7 months ago

This pull request was exported from Phabricator. Differential Revision: D53815662

facebook-github-bot commented 7 months ago

This pull request was exported from Phabricator. Differential Revision: D53815662

facebook-github-bot commented 7 months ago

This pull request was exported from Phabricator. Differential Revision: D53815662

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (34a35cd) 62.71% compared to head (4893713) 62.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #486 +/- ## ========================================== - Coverage 62.71% 62.70% -0.01% ========================================== Files 123 123 Lines 12097 12097 Branches 1970 1970 ========================================== - Hits 7587 7586 -1 - Misses 3555 3556 +1 Partials 955 955 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.