Adding formatter summary for std::function.
- Added LibcxxFunctionSummaryProvider - Removed LibcxxFunctionFrontEnd - Modified data formatter tests to test new summary functionality
Differential D50864
Add libc++ data formatter for std::function shafik on Aug 16 2018, 2:25 PM. Authored by
Details Adding formatter summary for std::function. - Added LibcxxFunctionSummaryProvider - Removed LibcxxFunctionFrontEnd - Modified data formatter tests to test new summary functionality
Diff Detail
Event Timeline
Comment Actions For the most part this is fine. There are two bits to work on:
Comment Actions Sounds like std::function objects need to run static initializers before they are useful. So trying to format them w/o a process won't do any good. Probably better to just return false directly if you don't have a process in that case. Comment Actions Fixes based on comments
Comment Actions
Comment Actions This looks fine. There was one place where you referred back to case 1 by name not ordinal, but otherwise this is quite clear. Don't need another round of review, just fix that nit and its good to go. |