This is an archive of the discontinued LLVM Phabricator instance.

Adjust printQualifiedName to handle unscoped enums in a way similar to anonymous namespaces.
ClosedPublic

Authored by saugustine on Nov 6 2015, 11:51 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

saugustine updated this revision to Diff 39574.Nov 6 2015, 11:51 AM
saugustine retitled this revision from to Adjust printQualifiedName to handle unscoped enums in a way similar to anonymous namespaces..
saugustine updated this object.
saugustine updated this revision to Diff 39605.Nov 6 2015, 3:55 PM

Handle unscoped enum with name. Also add test cases.

rsmith accepted this revision.Nov 6 2015, 4:43 PM
rsmith edited edge metadata.
This revision is now accepted and ready to land.Nov 6 2015, 4:43 PM
This revision was automatically updated to reflect the committed changes.