This is an archive of the discontinued LLVM Phabricator instance.

[clang-move] Remove clang:: qualifier
ClosedPublic

Authored by MaskRay on Oct 9 2018, 10:20 PM.

Details

Summary

The use sites are enclosed by namespace clang, so clang:: is not
necessary. Many unqualified names have already been used, e.g. SourceManager SourceLocation LangOptions. This change makes the code terser and more consistent.

Event Timeline

MaskRay created this revision.Oct 9 2018, 10:20 PM
hokein accepted this revision.Oct 11 2018, 2:17 AM

Thanks for the cleanup.

This revision is now accepted and ready to land.Oct 11 2018, 2:17 AM
This revision was automatically updated to reflect the committed changes.