]> granicus.if.org Git - clang/commit
simplify this code by reading the decision from LangOptions instead
authorChris Lattner <sabre@nondot.org>
Mon, 16 Mar 2009 18:41:18 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Mar 2009 18:41:18 +0000 (18:41 +0000)
commit7afae71519b5da548bc16dde9d7ae3ce3baa9b21
treead2b45c4b6802f0ddd29dab3ac27c22199169577
parentf257b619059e05906c4d93f3dc134857f818f44c
simplify this code by reading the decision from LangOptions instead
of recomputing the property from command line options.

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