Displays a FunctionDecl in the Visual Studio Locals Window something like:
void g(int, double d, struct A && arr)
Differential D18303
Visual Studio Visualizers for clang::FunctionDecl ClosedPublic Authored by mspertus on Mar 20 2016, 9:05 AM.
Details
Summary Displays a FunctionDecl in the Visual Studio Locals Window something like: void g(int, double d, struct A && arr)
Diff Detail Event Timelinemspertus updated this object. aaron.ballman edited edge metadata. Comment ActionsIf we can find a way to do DisplayString loops, then such a cleanup would be welcome here as well. However, that can always be a follow-up patch if someone discovers a good way to do that. LGTM! This revision is now accepted and ready to land.Mar 20 2016, 9:21 AM
Revision Contents
Diff 51130 clang.natvis
|