cpp-build-analyzer icon indicating copy to clipboard operation
cpp-build-analyzer copied to clipboard

Some functions don't get undecorated properly

Open MetanoKid opened this issue 5 years ago • 0 comments

Example mangled name when analyzing a CppBuildAnalyzer Debug|x64 trace:

??$_Seek_wrapped@V?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@PEAVTimelineEntry@@@std@@@std@@@std@@PEAPEAVTimelineEntry@@@std@@YAXAEAV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@PEAVTimelineEntry@@@std@@@std@@@0@$$QEAPEAPEAVTimelineEntry@@@Z

We're currently undecorating them in src/AnalysisData/Utilities/CppBuildInsightsDataConversion.cpp.

MetanoKid avatar May 01 '20 12:05 MetanoKid