llvm-project/clang-tools-extra/test/clang-move
Haojian Wu 4a92050ce2 [clang-move] Extend clang-move to support moving global variable.
Summary: Also support dumping global variables.

Reviewers: ioeric

Reviewed By: ioeric

Subscribers: cfe-commits

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

llvm-svn: 296337
2017-02-27 13:19:13 +00:00
..
Inputs [clang-move] Extend clang-move to support moving global variable. 2017-02-27 13:19:13 +00:00
move-class.cpp [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
move-enum-decl.cpp [clang-move] Support moving enum declarations. 2017-01-03 14:22:25 +00:00
move-function.cpp [clang-move] Support moving function. 2016-11-16 13:05:19 +00:00
move-multiple-classes.cpp [clang-move] Only move used helper declarations. 2017-01-03 09:00:51 +00:00
move-template-class.cpp [clang-move] Support template class. 2016-11-10 05:33:26 +00:00
move-type-alias.cpp [clang-move] Support moving type alias declarations. 2017-01-04 14:50:49 +00:00
move-used-helper-decls.cpp [clang-move] Handle helpers with forward declarations. 2017-01-17 13:22:37 +00:00
move-var.cpp [clang-move] Extend clang-move to support moving global variable. 2017-02-27 13:19:13 +00:00
no-move-macro-helpers.cpp [clang-move] Ignore using decls which are defined in macros. 2017-01-17 10:08:11 +00:00