llvm-project/clang-tools-extra/unittests
Eric Liu 41552d6a37 [change-namespace] move template class forward-declarations and don't move fwd-decls in classes.
Summary:
Forward declarations in moved namespaces should be moved back to the old
namespaces. We should also move template class forward declarations.

Also fix a bug that moves forward declarations of nested classes.

Reviewers: bkramer

Subscribers: cfe-commits

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

llvm-svn: 288908
2016-12-07 14:20:52 +00:00
..
change-namespace [change-namespace] move template class forward-declarations and don't move fwd-decls in classes. 2016-12-07 14:20:52 +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] ignore unsupported symbol kinds when checking if all symbols are moved. 2016-12-06 10:12:23 +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 Fix a buildbot failure in include-fixer. 2016-12-02 11:23:07 +00:00
CMakeLists.txt [clang-move] A prototype tool for moving class definition to new file. 2016-09-21 13:18:19 +00:00