PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Jan 2015 00:01:13 +0000 (00:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Jan 2015 00:01:13 +0000 (00:01 +0000)
commitac425e9165019ccaa0ee1be0a88c90ae84d84175
tree1e7b00b26f6e11663a36612a10b7711acc98d20b
parent5f715d36a7e04c11e1ce9b6aeb723d3b75053c40
PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to
produce diagnostics with source locations before the diagnostics system is
ready for them.

llvm-svn: 226882
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/FrontendAction.cpp
clang/test/Modules/diagnostics.modulemap [new file with mode: 0644]