]> granicus.if.org Git - clang/commit
Move Driver::createInvocationFromArgs function to Frontend library to avoid dependenc...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 4 Apr 2011 23:11:45 +0000 (23:11 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 4 Apr 2011 23:11:45 +0000 (23:11 +0000)
commit832316e9a04242972f4b57281dccb8e4cf5894ea
tree5c00b36e629d9c2776614f495e85f93b754756da
parent3a41d145e4e1e363637eba892c2be8582efe2178
Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle
between libFrontend and libDriver.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128852 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
include/clang/Frontend/Utils.h
lib/Driver/Driver.cpp
lib/Frontend/ASTUnit.cpp