]> granicus.if.org Git - clang/commit
Changed -serialize-ast to not create a temporary directory, but instead
authorTed Kremenek <kremenek@apple.com>
Thu, 13 Dec 2007 17:50:11 +0000 (17:50 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 13 Dec 2007 17:50:11 +0000 (17:50 +0000)
commit3821d401a3f338aef5e80a83e5b0214c4160d9ce
tree30e5e423d0f9cab2ffca2f12d04d9525a4e3168a
parent0404cd8ab13aab6469bf23d90e1cdf0fe20f3dec
Changed -serialize-ast to not create a temporary directory, but instead
create a .ast file in the current working directory.  This mirrors the behavior
of the -c option for gcc.  Later we should add the ability to write the
serialized file anywhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45004 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
Driver/clang.cpp