]> granicus.if.org Git - clang/commit
Refactor the code a bit so that there is only one call to BuildCompilation. The
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 18 Jul 2010 22:03:55 +0000 (22:03 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 18 Jul 2010 22:03:55 +0000 (22:03 +0000)
commit06e35d3d02a1147a448cf08c9c34bc3acccaa63c
treef352a6c0f1164574f0fc13147ef5265dad24f1d9
parenta001c1ce5fcb669624a5b8e50d0a629d673da901
Refactor the code a bit so that there is only one call to BuildCompilation. The
StringPointers vector will also be used in the normal case to handle @file
arguments.

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