[PATCH] D53060: [clang-move] Remove clang:: qualifier
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 9 22:20:18 PDT 2018
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 makes the code terser and more consistent.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53060
Files:
clang-move/ClangMove.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53060.168938.patch
Type: text/x-patch
Size: 13911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181010/6923348a/attachment-0001.bin>
More information about the cfe-commits
mailing list