This is an archive of the discontinued LLVM Phabricator instance.

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 Timeline

mspertus updated this revision to Diff 51130.Mar 20 2016, 9:05 AM
mspertus retitled this revision from to Visual Studio Visualizers for clang::FunctionDecl.
mspertus updated this object.
mspertus added reviewers: aaron.ballman, zturner.
mspertus added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Mar 20 2016, 9:21 AM
aaron.ballman edited edge metadata.

If 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

Committed as revision 263915.

mspertus closed this revision.Mar 20 2016, 1:25 PM

Closing accepted revision