[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
Showing
- include/clang/Driver/Action.h 4 additions, 6 deletionsinclude/clang/Driver/Action.h
- include/clang/Driver/CC1AsOptions.h 1 addition, 4 deletionsinclude/clang/Driver/CC1AsOptions.h
- include/clang/Driver/Compilation.h 14 additions, 16 deletionsinclude/clang/Driver/Compilation.h
- include/clang/Driver/Driver.h 17 additions, 18 deletionsinclude/clang/Driver/Driver.h
- include/clang/Driver/Job.h 3 additions, 3 deletionsinclude/clang/Driver/Job.h
- include/clang/Driver/Tool.h 1 addition, 3 deletionsinclude/clang/Driver/Tool.h
- include/clang/Driver/ToolChain.h 40 additions, 34 deletionsinclude/clang/Driver/ToolChain.h
- include/clang/Frontend/CompilerInvocation.h 2 additions, 8 deletionsinclude/clang/Frontend/CompilerInvocation.h
- lib/Driver/InputInfo.h 5 additions, 4 deletionslib/Driver/InputInfo.h
- lib/Driver/SanitizerArgs.h 14 additions, 8 deletionslib/Driver/SanitizerArgs.h
- lib/Driver/ToolChains.h 98 additions, 71 deletionslib/Driver/ToolChains.h
- lib/Driver/Tools.h 71 additions, 59 deletionslib/Driver/Tools.h
Loading
Please register or sign in to comment