[clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depending...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 31 Aug 2018 03:51:33 +0000 (03:51 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 31 Aug 2018 03:51:33 +0000 (03:51 +0000)
commit2b6ec65696922432c60da5411c8b2ecd3264864b
treef38a433eaaa90aa0c0dd4dc0ee7050b41cdf6d52
parent53cb061b328b497036630ce19521a5870c30a941
[clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depending on them missing source locations

This is adjustment to allow the logic to work even if implicit UsingDirectiveDecls get actual source locations.
There should be no functionality change.

llvm-svn: 341161
clang-tools-extra/clang-move/ClangMove.cpp