hanchenye-llvm-project/clang-tools-extra/unittests
Eric Liu b9bf1b5b85 [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDirectiveDecl.
Summary:
when replacing symbol references in moved namespaces, trying to make the replace
name as short as possible by considering UsingDecl (i.e. UsingShadow) and
UsingDirectiveDecl (i.e. using namespace decl).

Reviewers: hokein

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25771

llvm-svn: 286307
2016-11-08 22:44:17 +00:00
..
change-namespace [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDirectiveDecl. 2016-11-08 22:44:17 +00:00
clang-apply-replacements [clang-apply-replacements] use Range::operator==() instead of self-defined operator. 2016-06-21 17:59:57 +00:00
clang-move [clang-move] Move all code from old.h/cc directly when moving all class declarations from old.h. 2016-11-08 19:55:13 +00:00
clang-query Remove autoconf support 2016-01-26 21:31:36 +00:00
clang-tidy Fix signed/unsigned comparison warnings 2016-10-18 13:15:31 +00:00
include/common Remove clang-modernize. 2015-12-17 11:49:19 +00:00
include-fixer [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
CMakeLists.txt [clang-move] A prototype tool for moving class definition to new file. 2016-09-21 13:18:19 +00:00