]> granicus.if.org Git - clang/commit
Handle -D and -U options in order, so that they can cancel each other out when
authorSam Bishop <sam@bishop.dhs.org>
Mon, 14 Apr 2008 14:41:57 +0000 (14:41 +0000)
committerSam Bishop <sam@bishop.dhs.org>
Mon, 14 Apr 2008 14:41:57 +0000 (14:41 +0000)
commit1102d6bd49ad7a2b84b69473b039ca3e2e45be3d
treecf623c0e063867d63caaa6dc2251221885754c97
parentfebe719596ee68605944da5f2e03258e18e6df8c
Handle -D and -U options in order, so that they can cancel each other out when
intermixed.

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