]> granicus.if.org Git - clang/commit
GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default in Clang.
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 1 Jul 2014 17:24:27 +0000 (17:24 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 1 Jul 2014 17:24:27 +0000 (17:24 +0000)
commite3a5fc33bcba90ed44880000bacd30df0001cc53
tree964dfbd93b73f914551ae3e1b51c6f978a694e90
parent4dfce5abc5ae571dacfb1174d873061ccae171a5
GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default in Clang.
Currently, we fail with an error.

Reviewers: rafael

Reviewed By: rafael

Subscribers: rnk, cfe-commits

Differential Revision: http://reviews.llvm.org/D4347

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212110 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/clang_f_opts.c