]> granicus.if.org Git - clang/commit
Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that
authorDaniel Dunbar <daniel@zuster.org>
Wed, 9 Jun 2010 18:49:38 +0000 (18:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 9 Jun 2010 18:49:38 +0000 (18:49 +0000)
commit312a8b726e24078d3bd3b2328f9f895d1407cdb7
tree5170f5e2111c978f108af2f284cfcceeee5a125c
parenta3f28c341a1b69fc1b8deefb4f9abd64ac949ec1
Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that
they can be independent of the exact option that created them.

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