]> granicus.if.org Git - llvm/commit
[dsymutil] Improve consistency by removing redundant namespaces (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 3 Oct 2019 16:34:44 +0000 (16:34 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 3 Oct 2019 16:34:44 +0000 (16:34 +0000)
commit021704a15610570c1a6be8dcc76cdc5d40bfd9ca
tree404600bfbda0d15baab36fd5b61a7c17a4f90143
parent6bf280d1d27cdb2ed56dde02390de5a64cd5e9bb
[dsymutil] Improve consistency by removing redundant namespaces (NFC)

The dsymutil implementation file has a using-directive for the llvm
namespace. This patch just removes redundant namespace qualifiers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373623 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/dsymutil.cpp