]> granicus.if.org Git - clang/commit
Change clang-cc to expect that all inputs have the same language (so we can only...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 9 Nov 2009 22:45:57 +0000 (22:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 9 Nov 2009 22:45:57 +0000 (22:45 +0000)
commit227b2380f65a52baa97f9b00fd1b962b14ef773e
tree632a88b13b9214957d3408f7feea8b80a6c61b46
parent094a84cc06e40a49ef256d0954b83ddd92deebe8
Change clang-cc to expect that all inputs have the same language (so we can only construct a single LangInfo). This matches how it is used in practice (since the compiler only it invokes it for one file at a time).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86609 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-cc/clang-cc.cpp