diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-02-13 12:32:21 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-02-13 12:32:21 +0000 |
commit | 1e4c01b79273b9cd4e9e9ecfd3422df3900b8356 (patch) | |
tree | 029722ff2235366d358cf33ff30148dd6de1374e /tools/arcmt-test | |
parent | 89446751f1c05e18f50560b8dbecb384ed32e2f2 (diff) |
drop more llvm:: prefixes on OwningPtr<>
More cleanup after r149798.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/arcmt-test')
-rw-r--r-- | tools/arcmt-test/arcmt-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/arcmt-test/arcmt-test.cpp b/tools/arcmt-test/arcmt-test.cpp index 2fd1444159..0ac7837d3e 100644 --- a/tools/arcmt-test/arcmt-test.cpp +++ b/tools/arcmt-test/arcmt-test.cpp @@ -177,7 +177,7 @@ static bool performTransformations(StringRef resourcesPath, origCI.getMigratorOpts().NoFinalizeRemoval); assert(!transforms.empty()); - llvm::OwningPtr<PrintTransforms> transformPrinter; + OwningPtr<PrintTransforms> transformPrinter; if (OutputTransformations) transformPrinter.reset(new PrintTransforms(llvm::outs())); |