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

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
341–342

LLVM_DUMP_METHOD ?

346–348

LLVM_DUMP_METHOD ?

350

LLVM_DUMP_METHOD ?

351

Formatting is incorrect here.

353–354

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.