llvm-project/clang/unittests/Driver
Benjamin Kramer 43c0f486b0 [Driver] Actually report errors during parsing instead of stopping when there's an error somewhere.
This is a more principled version of r303756. That change was both very
brittle about the state of the Diags object going into the driver and
also broke tooling in funny ways.

In particular it prevented tools from capturing diagnostics properly and
made the compilation database logic fail to provide arguments to the
tool, falling back to scanning directories for JSON files.

llvm-svn: 306822
2017-06-30 13:21:27 +00:00
..
CMakeLists.txt Fix shared library build after r291938 by adding missing dependency on libOption 2017-01-13 19:47:55 +00:00
DistroTest.cpp [Driver] Add unit tests for Distro detection 2016-11-28 21:11:22 +00:00
MultilibTest.cpp
ToolChainTest.cpp [Driver] Actually report errors during parsing instead of stopping when there's an error somewhere. 2017-06-30 13:21:27 +00:00