This revision was automatically updated to reflect the committed changes.
Closed by commit rL344256: [clang-move] Remove clang:: qualifier (authored by
MaskRay, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D53060
Files:
clang-tools-ex
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
Thanks for the cleanup.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53060
___
cfe-commits mailing list
cfe-commits@lists.llvm
MaskRay created this revision.
MaskRay added a reviewer: hokein.
Herald added subscribers: cfe-commits, ioeric.
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 m