]> granicus.if.org Git - clang/commit
Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as...
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Jan 2009 04:29:29 +0000 (04:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Jan 2009 04:29:29 +0000 (04:29 +0000)
commit46157b59646e3fd4252747c679fda529b8bf46af
treed80ccfdb1d0483c8bfb1412c9409b694cd44e56d
parent007f2a9e281a82860c2d8c0931fbf89ab8bda85a
Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63175 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
include/clang/Sema/ParseAST.h
lib/Sema/ParseAST.cpp