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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM