]> granicus.if.org Git - clang/commit
Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Nov 2012 03:48:49 +0000 (03:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Nov 2012 03:48:49 +0000 (03:48 +0000)
commit7c3f8b3dafebc87b4b1492276f63b6cabbc7c59b
treefa12c9a241e14f973e578e2572903eed847ced8f
parente4a990f34904eb572c8d6aa1deef19465214359c
Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested
and apparently unused (and since they are untested, they're presumably also
broken).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167210 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInvocation.h
lib/Frontend/CompilerInvocation.cpp
tools/driver/cc1_main.cpp