This is an archive of the discontinued LLVM Phabricator instance.

[NestedNameSpecifier] Add missing stream-specific dump methods
ClosedPublic

Authored by steveire on Oct 4 2018, 1:51 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

steveire created this revision.Oct 4 2018, 1:51 AM
aaron.ballman added inline comments.Oct 4 2018, 11:12 AM
lib/AST/NestedNameSpecifier.cpp
342 ↗(On Diff #168241)

LLVM_DUMP_METHOD ?

346 ↗(On Diff #168241)

LLVM_DUMP_METHOD ?

350 ↗(On Diff #168241)

LLVM_DUMP_METHOD ?

351 ↗(On Diff #168241)

Formatting is incorrect here.

356–357 ↗(On Diff #168241)

Same here.

steveire marked 5 inline comments as done.Oct 4 2018, 11:31 AM
This revision is now accepted and ready to land.Oct 4 2018, 12:20 PM
This revision was automatically updated to reflect the committed changes.