]> granicus.if.org Git - clang/commit
Add -fobjc-gc and -fobjc-gc-only options to the driver.
authorTed Kremenek <kremenek@apple.com>
Tue, 29 Apr 2008 04:37:03 +0000 (04:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 29 Apr 2008 04:37:03 +0000 (04:37 +0000)
commit01d9dbf4ae627e2ba42fc23485789a33fa296516
tree12276e949a344ec33f1a1712bf5a497ba0496eaa
parent274f4334f6dd35239e5c3d4b86198f7f5804b059
Add -fobjc-gc and -fobjc-gc-only options to the driver.
Add corresponding enum in LangOptions.

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