]> granicus.if.org Git - clang/commit
Add comment about exporting clang::driver::ArgStringList,
authorHans Wennborg <hans@hanshq.net>
Wed, 18 Sep 2013 00:41:15 +0000 (00:41 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 18 Sep 2013 00:41:15 +0000 (00:41 +0000)
commit64228b6c0696f3579d40bab0ef40691ef4f41242
tree62d29e3d59e6a29c032ed65941b598f00d0563d9
parent8c64c183054f6528aff4d6cca6aba462033ed1a1
Add comment about exporting clang::driver::ArgStringList,
as suggested by Jordan on IRC. Also, use the unqualified name
in Job.cpp.

And while we're here, refer to StringRef with the unqualified
name, because we have a using directive for that too.

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