summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-move/Inputs/macro_helper_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-move] Ignore using decls which are defined in macros.Haojian Wu2017-01-171-0/+13
Summary: Also ignore helpers which are defined in macro. Currently clang-move doesn't handle macro well enough, especiall for complex macros. This patch will ignore declarations in macros to make the behavior of clang-move more correct. Reviewers: ioeric Reviewed By: ioeric Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D28774 llvm-svn: 292207
OpenPOWER on IntegriCloud