]> granicus.if.org Git - clang/commit
Ensure that all module build failures get diagnosed
authorBen Langmuir <blangmuir@apple.com>
Fri, 26 Sep 2014 22:42:23 +0000 (22:42 +0000)
committerBen Langmuir <blangmuir@apple.com>
Fri, 26 Sep 2014 22:42:23 +0000 (22:42 +0000)
commit5a1246e832eb084195fb8832ddc5b06c1c8a0faa
tree2015de4632867c4207693f4f851408d89ae0ecc0
parenta0650715e75be11ed813da03ad5b0eccfebed6c3
Ensure that all module build failures get diagnosed

Otherwise we can end up silently skipping an import.  If we happen to be
building another module at the time, we may build a mysteriously broken
module and not know why it seems to be missing symbols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218552 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
lib/Frontend/CompilerInstance.cpp