This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e2a1566b84 When name lookup finds a non-imported declaration and looks [...] new 5d2f592043 [Driver] Suggest correctly spelled driver options
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticDriverKinds.td | 7 ++++++ lib/Driver/Driver.cpp | 35 +++++++++++++++++++++------- lib/Frontend/CompilerInvocation.cpp | 8 ++++++- test/Driver/unknown-arg.c | 10 ++++++++ test/Driver/unsupported-option.c | 7 ++++++ test/Frontend/unknown-arg.c | 9 +++++++ 6 files changed, 67 insertions(+), 9 deletions(-) create mode 100644 test/Driver/unsupported-option.c create mode 100644 test/Frontend/unknown-arg.c