Revert "Move using directive from Job.h to Job.cpp" (r190902)
authorHans Wennborg <hans@hanshq.net>
Wed, 18 Sep 2013 00:17:07 +0000 (00:17 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 18 Sep 2013 00:17:07 +0000 (00:17 +0000)
commit4832ee31e6ab96b77ad429ef9347fbf09c099f47
tree37c75e3c7d5b80298e1fdac0d7e1864090f4345e
parentaa82461f696ced36b0cd817dfa492b6c93d15447
Revert "Move using directive from Job.h to Job.cpp" (r190902)

Seems like it was intentional to export ArgStringList as
driver::ArgStringList, and e.g. examples/clang-interpreter/main.cpp
uses it this way.

However, exporting it with a typedef seems like a more common way to do it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190906 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Job.h
lib/Driver/Job.cpp