]> granicus.if.org Git - clang/commit
[Driver] Remove the using namespace directives from headers
authorReid Kleckner <reid@kleckner.net>
Mon, 17 Jun 2013 13:59:19 +0000 (13:59 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 17 Jun 2013 13:59:19 +0000 (13:59 +0000)
commitdd0b3c4c72464af92e2c27dd5a67e29f91ba7b28
tree4d3e17300019cc1745f0c453ae51859464b0f810
parentd71b15badeecdc049440103ef044f9cdf5e1359c
[Driver] Remove the using namespace directives from headers

This adds a bunch of llvm::opt name specifiers to all the uses of types
from that namespace.

Reviewers: espindola

Differential Revision: http://llvm-reviews.chandlerc.com/D983

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184079 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Driver/Action.h
include/clang/Driver/CC1AsOptions.h
include/clang/Driver/Compilation.h
include/clang/Driver/Driver.h
include/clang/Driver/Job.h
include/clang/Driver/Tool.h
include/clang/Driver/ToolChain.h
include/clang/Frontend/CompilerInvocation.h
lib/Driver/InputInfo.h
lib/Driver/SanitizerArgs.h
lib/Driver/ToolChains.h
lib/Driver/Tools.h