]> granicus.if.org Git - clang/commit
Let CompilerInvocation initialization indicate failure
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 23 Dec 2011 03:05:38 +0000 (03:05 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Fri, 23 Dec 2011 03:05:38 +0000 (03:05 +0000)
commit8fdb6dee2da0dee97d64fe12eda46fb318414de9
tree292fb8930530d2d649998f23dc407d4b5ec0b157
parent9241057266d3460392cbb7fec6ec942d3330ece3
Let CompilerInvocation initialization indicate failure

This fixes the FIXMEs in ParseAnalyzeArgs. (Also a
precursor to moving the analyzer into an AST plugin.)

For consistency, do the same with AssemblerInvocation.

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