]> granicus.if.org Git - clang/commit
Introduce a -cc1-level option to turn off related result type
authorDouglas Gregor <dgregor@apple.com>
Tue, 14 Jun 2011 23:20:43 +0000 (23:20 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 14 Jun 2011 23:20:43 +0000 (23:20 +0000)
commit74da19fc3a52d7e3005eeb7a7833859da84fd12a
tree98fee591f242b262c56385e79d1e30aa63b7eb39
parent84862f6a0bdaad6f0648e10dfab6058cfa512864
Introduce a -cc1-level option to turn off related result type
inference, to be used (only) by the Objective-C rewriter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133025 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/Driver/rewrite-objc.m