]> granicus.if.org Git - clang/commit
[clang] Fix D26214: Move error handling out of MC and to the callers.
authorMandeep Singh Grang <mgrang@codeaurora.org>
Tue, 6 Dec 2016 02:49:16 +0000 (02:49 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Tue, 6 Dec 2016 02:49:16 +0000 (02:49 +0000)
commite9895ed59a7f1c28e4e70d8ea249b5f4803dbc7f
tree88b7a1de2f16c404b4317c32b8dc224c750370d7
parent39afaeb8ccba8ca420d079543bc79ccb750e09e1
[clang] Fix D26214: Move error handling out of MC and to the callers.

Summary: Related llvm patch: https://reviews.llvm.org/D27359

Reviewers: echristo, t.p.northover, rengolin, grosbach, compnerd

Subscribers: mehdi_amini, cfe-commits, llvm-commits

Tags: #clang-c

Differential Revision: https://reviews.llvm.org/D27360

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288762 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
lib/Driver/Tools.cpp
test/Driver/defsym.s
tools/driver/cc1as_main.cpp