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)
commit33fd55125878d51bf67025b23c18ed0d5d085d8c
tree0c371b0d73296f25224350c27cb3b87a56ef17c7
parent70a99c8e19b381318263d860b45fb8c1f8f68791
Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested
and apparently unused (and since they are untested, they're presumably also
broken).

llvm-svn: 167210
clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/tools/driver/cc1_main.cpp