]> granicus.if.org Git - clang/commit
Stop asserting when a meaningless -std= flag is passed for a non-compilation
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Feb 2017 23:41:38 +0000 (23:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Feb 2017 23:41:38 +0000 (23:41 +0000)
commit47f0b411712cd64eacabed27424fa1c2a57a9ccd
treed37ed7ab713b99ba400372a150499c5ad2df06cf
parent44d0f7062d219377f1c93ada5ae676baf40381c1
Stop asserting when a meaningless -std= flag is passed for a non-compilation
input kind; go back to silently ignoring the flag.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295122 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/Driver/unknown-std.S [new file with mode: 0644]