]> granicus.if.org Git - clang/commit
Driver: Introduce OptSpecifier class for protecting access to an option id.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 04:14:53 +0000 (04:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 04:14:53 +0000 (04:14 +0000)
commit9e1f98260a1842df4bb8e6de0b592a1622dcfdc0
treeff82af2b955e6408fa941e4e4aa47ca133438f2c
parent85615df8ccb51bc5a22cb941b06e5f36ad42eabe
Driver: Introduce OptSpecifier class for protecting access to an option id.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89310 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ArgList.h
include/clang/Driver/OptSpecifier.h [new file with mode: 0644]
include/clang/Driver/OptTable.h
include/clang/Driver/Option.h
lib/Driver/ArgList.cpp
lib/Driver/OptTable.cpp
lib/Driver/Option.cpp
lib/Driver/ToolChains.cpp